Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Commit

Permalink
Refactor: Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
fvdm committed Aug 29, 2021
1 parent 6ac80c8 commit 742645f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ I don't feel like changing the package name, because people are using it in thei
[![npm](https://img.shields.io/npm/v/piwik.svg?maxAge=3600)](https://github.com/fvdm/nodejs-piwik/blob/master/CHANGELOG.md)
[![Build Status](https://travis-ci.org/fvdm/nodejs-piwik.svg?branch=master)](https://travis-ci.org/fvdm/nodejs-piwik)
[![Coverage Status](https://coveralls.io/repos/github/fvdm/nodejs-piwik/badge.svg?branch=master)](https://coveralls.io/github/fvdm/nodejs-piwik?branch=master)
[![Greenkeeper badge](https://badges.greenkeeper.io/fvdm/nodejs-piwik.svg)](https://greenkeeper.io/)

* [node.js](https://nodejs.org)
* [Piwik](https://matomo.org)
Expand Down Expand Up @@ -205,9 +204,10 @@ OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

For more information, please refer to <http://unlicense.org>
For more information, please refer to <https://unlicense.org>


## Author

[Franklin van de Meent](https://frankl.in)
[Franklin](https://fvdm.com)
| [Buy me a coffee](https://fvdm.com/donating)
2 changes: 1 addition & 1 deletion UNLICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

For more information, please refer to <http://unlicense.org>
For more information, please refer to <https://unlicense.org>
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"author": {
"name": "Franklin van de Meent",
"email": "[email protected]",
"url": "https://frankl.in"
"name": "Franklin",
"email": "[email protected]",
"url": "https://fvdm.com"
},
"name": "piwik",
"description": "Track hits, access your Piwik API, or retrieve the referrer spammers list.",
Expand Down
5 changes: 2 additions & 3 deletions piwik.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
/*
Name: piwik
Description: Access a Piwik API or track hits with node.js
Author: Franklin van de Meent (https://frankl.in)
Description: Access a Matomo API or track hits with node.js
Author: Franklin (https://fvdm.com)
Source & docs: https://github.com/fvdm/nodejs-piwik
Feedback: https://github.com/fvdm/nodejs-piwik/issues
License: Unlicense (Public Domain, see UNLICENSE file)
(https://github.com/fvdm/nodejs-piwik/raw/develop/UNLICENSE)
*/
Expand Down

0 comments on commit 742645f

Please sign in to comment.