Skip to content

Commit

Permalink
fix: remove unused nodemon
Browse files Browse the repository at this point in the history
  • Loading branch information
omarciovsena committed Nov 30, 2018
1 parent 3dfb7e0 commit 4b1ca0e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 325 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"start:dev": "ENV_SILENT=true yarn prestart && adonis serve --dev",
"pretest": "ENV_PATH=.env.testing yarn migrations",
"test": "ENV_PATH=.env.testing nyc adonis test",
"test:watch": "ENV_PATH=.env.testing nodemon ace test",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
},
"pre-commit": [
Expand Down Expand Up @@ -61,7 +60,6 @@
"devDependencies": {
"chalk-animation": "^1.6.0",
"conventional-changelog": "^3.0.5",
"nodemon": "^1.18.6",
"nyc": "^13.1.0",
"pre-commit": "^1.2.2",
"uglify-es": "^3.3.9"
Expand Down

0 comments on commit 4b1ca0e

Please sign in to comment.