Skip to content

Commit

Permalink
watch to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
youzi committed Sep 28, 2016
1 parent 74f4aa9 commit f34175c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "lib/index.js",
"scripts": {
"test": "(ducktape; node test) | tap-difflet && standard",
"watch": "nodemon test | tap-difflet",
"dev": "nodemon test | tap-difflet",
"cover": "istanbul cover --report none --print detail test/index.js",
"docs": "node_modules/vigour-doc/bin/vdoc",
"travis": "npm run cover -s && istanbul report lcov && ((cat coverage/lcov.info | coveralls) || exit 0) && standard",
Expand Down

0 comments on commit f34175c

Please sign in to comment.