There was an error while loading. Please reload this page.
1 parent 538d53a commit fcb0102Copy full SHA for fcb0102
package.json
@@ -25,8 +25,7 @@
25
"check-coverage": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
26
"postinstall": "npm test",
27
"retest": "PORT=8000 node_modules/.bin/nodemon ./test/*.js",
28
- "dev": "live-server --port=8000 --open=./examples",
29
- "start": "live-server ",
+ "start": "live-server",
30
"test": "istanbul cover tape ./test/*.test.js | tap-spec"
31
},
32
"keywords": [
0 commit comments