Skip to content
This repository has been archived by the owner on Jan 19, 2020. It is now read-only.

Commit

Permalink
Removed references to nodemon since it's no longer used.
Browse files Browse the repository at this point in the history
  • Loading branch information
zlogic committed Nov 19, 2017
1 parent 1da5829 commit 9899321
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,6 @@ Run webapp:

`npm start`

Run webapp (automatically reload changes):

`npm run nodemon`

Run tests:

`npm test`
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"build": "npm run build:webpack",
"build:webpack": "webpack",
"postinstall": "npm run build",
"nodemon": "nodemon ./bin/www",
"test": "mocha test/*.js",
"maintenance": "node ./bin/maintenance",
"heroku-prebuild": "npm install --ignore-scripts --only=development && npm rebuild",
Expand Down

0 comments on commit 9899321

Please sign in to comment.