Skip to content

Commit bb363e8

Browse files
committed
v0.1.2
1 parent 6552f98 commit bb363e8

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

cli.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22

33
const { exec } = require('shelljs')
44

5-
exec('npm start')
5+
exec('npm start', {
6+
cwd: __dirname
7+
})

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "micro-analytics-cli",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Public analytics as a Node.js microservice, no sysadmin experience required.",
55
"bin": {
66
"micro-analytics": "./cli.js"

0 commit comments

Comments
 (0)