Skip to content

Commit

Permalink
fix(build): Move needed devDependencies to dependencies (#89)
Browse files Browse the repository at this point in the history
* fix(build): Move needed devDependencies to dependencies
  • Loading branch information
danielsharvey authored Sep 12, 2020
1 parent 9ef1cc1 commit a92f705
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"@typescript-eslint/parser": "^2.19.2",
"chai": "^4.1.1",
"eslint": "^6.8.0",
"lodash": "^4.17.4",
"mocha": "^3.5.0",
"sails": "^1.2.4",
"sails-disk": "^1.1.2",
Expand All @@ -53,6 +52,7 @@
},
"dependencies": {
"include-all": "^4.0.3",
"lodash": "^4.17.4",
"nodemon": "^2.0.2",
"request": "^2.88.2",
"swagger-jsdoc": "^4.0.0"
Expand Down

0 comments on commit a92f705

Please sign in to comment.