Skip to content

Commit 6f34125

Browse files
committed
fix(package.json): move codecov to devDependencies
1 parent 6c9add7 commit 6f34125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
"babel-register": "^6.22.0",
7373
"babel-runtime": "^6.22.0",
7474
"chai": "^3.5.0",
75+
"codecov": "^2.3.0",
7576
"copy": "^0.3.0",
7677
"enzyme": "^2.7.0",
7778
"eslint": "^3.13.1",
@@ -98,7 +99,6 @@
9899
"react": "0.14.x || ^15.0.0"
99100
},
100101
"dependencies": {
101-
"codecov": "^2.3.0",
102102
"prop-types": "^15.0.0"
103103
}
104104
}

0 commit comments

Comments
 (0)