Skip to content

Commit

Permalink
chore(package): add nodemon as a devDep for local development purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
toverux committed Feb 10, 2018
1 parent 2df4794 commit 0bd6cd2
Show file tree
Hide file tree
Showing 2 changed files with 938 additions and 21 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@
"cors": "^2.8.4",
"express": "^4.15.4",
"mocha": "^5.0.0",
"nodemon": "^1.14.12",
"semantic-release": "^12.4.1",
"travis-deploy-once": "^4.3.4",
"tslint": "^5.2.0",
"typescript": "^2.3.2",
"travis-deploy-once": "^4.3.4"
"typescript": "^2.3.2"
},
"peerDependencies": {
"express": ">=4.0.0"
Expand Down
Loading

0 comments on commit 0bd6cd2

Please sign in to comment.