Skip to content

Commit 4b9c89e

Browse files
committed
Update version
1 parent ad7aad7 commit 4b9c89e

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed

package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "netlify-analytics-collector",
3-
"version": "0.0.1",
3+
"version": "1.0.1",
44
"description": "A simple NodeJs application which saves netlify analytics to a CSV file",
55
"main": "index.js",
66
"directories": {
@@ -20,5 +20,9 @@
2020
"test": "echo \"Error: no test specified\" && exit 1"
2121
},
2222
"author": "Niklas Merz",
23-
"license": "Apache-2.0"
23+
"license": "Apache-2.0",
24+
"repository": {
25+
"type": "git",
26+
"url": "https://github.com/NiklasMerz/netlify-analytics-collector"
27+
}
2428
}

0 commit comments

Comments
 (0)