Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Rename npm nodemon task to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
tsertkov committed Nov 26, 2014
1 parent 37fa275 commit 63d0fe6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,8 @@ Code coverage report for all files is [available here](https://s3.eu-central-1.a
## Scripts

- `npm test` - run tests
- `npm cover` - build code coverage
- `npm run jsdoc` - build jsdoc
- `npm run nodemon` - nodemon unit tests
- `npm run dev` - run tests continuously

## License

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"cover-test": "istanbul cover --dir ./artifacts/coverage test/*",
"jshint": "jshint lib/ test/ example/ package.json",
"jsdoc": "jsdoc --private --destination artifacts/jsdoc lib/",
"nodemon": "nodemon -w lib/ -w test/ test/resolve.js"
"dev": "nodemon -w lib/ -w test/ test/resolve.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 63d0fe6

Please sign in to comment.