Skip to content

Commit

Permalink
fix(package.json): move codecov to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 committed Sep 13, 2017
1 parent 0408ec6 commit 238ec87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
"babel-register": "^6.22.0",
"babel-runtime": "^6.22.0",
"chai": "^3.5.0",
"codecov": "^2.3.0",
"copy": "^0.3.0",
"enzyme": "^2.7.0",
"eslint": "^3.13.1",
Expand Down Expand Up @@ -105,7 +106,6 @@
"react": "0.14.x || ^15.0.0"
},
"dependencies": {
"codecov": "^2.3.0",
"prop-types": "^15.0.0"
}
}

0 comments on commit 238ec87

Please sign in to comment.