Skip to content

Commit 7ec7179

Browse files
committed
restructure repo
1 parent 1a136c1 commit 7ec7179

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"description": "Public analytics as a Node.js microservice.",
55
"main": "index.js",
66
"scripts": {
7-
"start": "micro index.js",
8-
"dev": "NODE_ENV=development nodemon --config package.json index.js"
7+
"start": "micro src/index.js",
8+
"dev": "NODE_ENV=development nodemon --config package.json src/index.js"
99
},
1010
"author": "Max Stoiber <contact@mxstbr.com> (http://mxstbr.com/)",
1111
"license": "MIT",
@@ -16,6 +16,6 @@
1616
},
1717
"devDependencies": {},
1818
"execMap": {
19-
"js": "micro -p 3000 -H localhost"
19+
"js": "micro"
2020
}
2121
}
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)