Skip to content

Commit

Permalink
fix(dependencies): Fixed dependencies in package.json
Browse files Browse the repository at this point in the history
Dev and natural dependencies were mixed.
  • Loading branch information
ctrlplusb committed Apr 15, 2016
1 parent 24672e1 commit de5f796
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,19 @@
"chai": "3.5.0",
"codecov.io": "0.1.6",
"commitizen": "2.7.6",
"compression": "1.6.1",
"cz-conventional-changelog": "1.1.5",
"element-resize-detector": "1.1.0",
"enzyme": "2.2.0",
"eslint": "2.7.0",
"eslint-config-airbnb": "7.0.0",
"eslint-loader": "1.3.0",
"eslint-plugin-jsx-a11y": "0.6.2",
"eslint-plugin-mocha": "2.1.0",
"eslint-plugin-react": "4.3.0",
"express": "4.13.4",
"ghooks": "1.2.0",
"invariant": "2.2.1",
"isparta": "4.0.0",
"jsdom": "8.3.1",
"lodash": "4.10.0",
"mocha": "2.4.5",
"path": "0.12.7",
"react": "15.0.1",
Expand All @@ -85,7 +84,8 @@
}
},
"dependencies": {
"compression": "1.6.1",
"express": "4.13.4"
"invariant": "^2.2.0",
"element-resize-detector": "^1.1.0",
"lodash": "^4.10.0"
}
}

0 comments on commit de5f796

Please sign in to comment.