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

Commit

Permalink
fix(package): move unused deps to optionalDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
Metnew committed Feb 19, 2018
1 parent 5d641a8 commit 0ab1e75
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,13 @@
"dependencies": {
"babel-polyfill": "^6.26.0",
"body-parser": "^1.18.2",
"chalk": "^2.3.1",
"chokidar": "^2.0.2",
"compression": "^1.7.2",
"cookie-parser": "^1.4.3",
"express": "^4.16.2",
"helmet": "^3.11.0",
"history": "^4.7.2",
"isomorphic-fetch": "^2.2.1",
"js-cookie": "^2.2.0",
"jsonwebtoken": "^8.1.1",
"lodash": "^4.17.5",
"morgan": "^1.9.0",
"offline-plugin": "^4.9.0",
Expand Down Expand Up @@ -128,7 +125,9 @@
"query-string": "^5.1.0",
"reselect": "^3.0.1",
"store2": "^2.7.0",
"sinon": "^4.3.0"
"js-cookie": "^2.2.0",
"sinon": "^4.3.0",
"chalk": "^2.3.1"
},
"scripts": {
"build": "npm run frontend_build && npm run server_build",
Expand Down

0 comments on commit 0ab1e75

Please sign in to comment.