Skip to content

Commit

Permalink
Merge pull request #29 from okize/master
Browse files Browse the repository at this point in the history
move karma-phantomjs-launcher to devDependencies
  • Loading branch information
plasticine committed Jan 26, 2017
2 parents abdb300 + b87aeff commit 771efe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
},
"license": "MIT",
"dependencies": {
"karma-phantomjs-launcher": "^1.0.2",
"loader-utils": "^0.2.3"
},
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-plugin-transform-flow-strip-types": "^6.18.0",
"babel-preset-es2015": "^6.14.0",
"flow-bin": "^0.36.0",
"jest": "^17.0.3"
"jest": "^17.0.3",
"karma-phantomjs-launcher": "^1.0.2"
},
"peerDependencies": {
"webpack": "^1 || ^2.2.0-rc"
Expand Down

0 comments on commit 771efe7

Please sign in to comment.