Skip to content

Commit 088e511

Browse files
cwmacdonsimeg
authored andcommitted
Move @types/react back to devDependencies
1 parent 1c710b4 commit 088e511

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
@@ -44,6 +44,7 @@
4444
"react-dom": ">=0.13"
4545
},
4646
"devDependencies": {
47+
"@types/react": ">=15",
4748
"babel-core": "^6.22.1",
4849
"babel-jest": "^18.0.0",
4950
"babel-loader": "^6.2.1",
@@ -77,7 +78,6 @@
7778
},
7879
"dependencies": {
7980
"create-react-class": "^15.5.2",
80-
"@types/react": ">=15",
8181
"object-assign": "^3.0.0",
8282
"prop-types": "^15.5.7",
8383
"react-onclickoutside": "^5.9.0"

0 commit comments

Comments
 (0)