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 1e5f3b3 commit 809a5df
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 @@ -49,6 +49,7 @@
"@jedwards1211/eslint-config-flow": "^1.0.0",
"chai": "^3.5.0",
"copy": "^0.3.0",
"codecov": "^2.3.0",
"eslint": "^3.18.0",
"eslint-plugin-flowtype": "^2.30.4",
"eslint-watch": "^3.0.1",
Expand All @@ -61,8 +62,5 @@
"rimraf": "^2.6.1",
"semantic-release": "^6.3.6",
"validate-commit-msg": "^2.11.2"
},
"dependencies": {
"codecov": "^2.3.0"
}
}

0 comments on commit 809a5df

Please sign in to comment.