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 c1ec6c3 commit e5c531e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"babel-register": "^6.23.0",
"babel-runtime": "^6.23.0",
"chai": "^3.5.0",
"codecov": "^2.3.0",
"copy": "^0.3.0",
"eslint": "^3.15.0",
"eslint-plugin-flowtype": "^2.30.0",
Expand All @@ -80,7 +81,4 @@
"semantic-release": "^6.3.6",
"validate-commit-msg": "^2.11.1"
},
"dependencies": {
"codecov": "^2.3.0"
}
}

0 comments on commit e5c531e

Please sign in to comment.