Skip to content

Commit fcb0102

Browse files
committed
remove dev script from package.json as not needed/used
1 parent 538d53a commit fcb0102

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
"check-coverage": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
2626
"postinstall": "npm test",
2727
"retest": "PORT=8000 node_modules/.bin/nodemon ./test/*.js",
28-
"dev": "live-server --port=8000 --open=./examples",
29-
"start": "live-server ",
28+
"start": "live-server",
3029
"test": "istanbul cover tape ./test/*.test.js | tap-spec"
3130
},
3231
"keywords": [

0 commit comments

Comments
 (0)