Skip to content

Commit

Permalink
Fixed a bug in package.json (#1043)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhugh authored and noahpresler committed Nov 18, 2017
1 parent 8afa204 commit ffb9a74
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.6.1",
"webpack": "^2.3.3",
"webpack": "^2.4.1",
"webpack-bundle-tracker": "^0.2.0",
"webpack-dev-server": "^2.4.2"
},
Expand Down Expand Up @@ -122,16 +122,14 @@
"lint-staged"
],
"devDependencies": {
"babel-jest": "^20.0.1",
"jest": "^20.0.1",
"lint-staged": "^3.4.0",
"nock": "^9.0.13",
"node-sass": "^4.5.2",
"precommit-hook": "^3.0.0",
"react-test-utils": "0.0.1",
"regenerator-runtime": "^0.10.5",
"sass-loader": "^6.0.3",
"webpack": "^2.4.1"
"sass-loader": "^6.0.3"
},
"lint-staged": {
"*.jsx?": [
Expand Down

0 comments on commit ffb9a74

Please sign in to comment.