Skip to content

Commit 0c44f46

Browse files
committed
1.1.0
1 parent cd19fa0 commit 0c44f46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "micro-analytics-cli",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Public analytics as a Node.js microservice, no sysadmin experience required.",
55
"bin": {
66
"micro-analytics": "./cli.js"
@@ -11,7 +11,7 @@
1111
],
1212
"engineStrict": true,
1313
"engines": {
14-
"node" : ">=6.0.0"
14+
"node": ">=6.0.0"
1515
},
1616
"scripts": {
1717
"start": "micro dist/index.js",

0 commit comments

Comments
 (0)