Skip to content

Commit

Permalink
rename to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim de Beer committed Oct 5, 2016
1 parent 0c61d7a commit c5dd3e3
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": "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 c5dd3e3

Please sign in to comment.