We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e8172d commit 01c988fCopy full SHA for 01c988f
Dockerfile
now.json
@@ -1,4 +1,11 @@
1
{
2
"name": "micro-analytics",
3
- "type": "docker"
+ "type": "npm",
4
+ "engines": {
5
+ "node": "7.4.0"
6
+ },
7
+ "files": [
8
+ "src",
9
+ "package.json"
10
+ ]
11
}
package.json
@@ -17,6 +17,8 @@
17
},
18
"scripts": {
19
"start": "./cli.js",
20
+ "now-build": "npm install micro-analytics-adapter-memory",
21
+ "now-start": "node src/index.js --adapter memory",
22
"build": "./node_modules/.bin/async-to-gen src --out-dir dist",
23
"prepublish": "npm run build",
24
"dev": "NODE_ENV=development nodemon --config package.json --exec async-node src/index.js",
0 commit comments