Skip to content

Commit

Permalink
cleaning up dev/prod dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sfishel-splunk committed Oct 22, 2016
1 parent 29da132 commit ed29400
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"css-loader": "^0.25.0",
"enzyme": "^2.4.1",
"eslint": "^3.3.1",
"eslint-config-airbnb": "^11.1.0",
"eslint-plugin-import": "^1.14.0",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^2.0.1",
"eslint-plugin-jsx-a11y": "^2.2.0",
"eslint-plugin-mocha": "^4.5.1",
"eslint-plugin-react": "^6.1.2",
Expand All @@ -58,7 +58,7 @@
"mocha": "^3.0.2",
"node-resemble-js": "^0.1.1",
"postcss-import": "^8.1.2",
"postcss-loader": "^0.13.0",
"postcss-loader": "^1.0.0",
"postcss-selector-namespace": "^1.2.4",
"react-addons-test-utils": "^15.3.1",
"rimraf": "^2.5.4",
Expand All @@ -67,11 +67,8 @@
"webpack": "^1.13.2"
},
"dependencies": {
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^2.0.1",
"lodash": "^4.16.1",
"moment": "^2.15.1",
"postcss-loader": "^1.0.0",
"react": "^15.3.2",
"react-addons-shallow-compare": "^15.3.2",
"react-addons-transition-group": "^15.3.2",
Expand Down

0 comments on commit ed29400

Please sign in to comment.