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 9fd6ad6 commit a531ba2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"main": "lib/index.js",
"scripts": {
"test": "(ducktape; node test) | tap-difflet && standard",
"watch": "nodemon test | tap-difflet",
"watch-browser": "budo ./test/index.js:bundle.js -d ./test --css test/bundle.css --pushstate --live -- -r ./package.json:package.json",
"dev": "nodemon test | tap-difflet",
"dev-browser": "budo ./test/index.js:bundle.js -d ./test --css test/bundle.css --pushstate --live -- -r ./package.json:package.json",
"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 a531ba2

Please sign in to comment.