Skip to content

Commit

Permalink
Move @types/react back to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cwmacdon authored and simeg committed Sep 6, 2017
1 parent 1c710b4 commit 088e511
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 @@ -44,6 +44,7 @@
"react-dom": ">=0.13"
},
"devDependencies": {
"@types/react": ">=15",
"babel-core": "^6.22.1",
"babel-jest": "^18.0.0",
"babel-loader": "^6.2.1",
Expand Down Expand Up @@ -77,7 +78,6 @@
},
"dependencies": {
"create-react-class": "^15.5.2",
"@types/react": ">=15",
"object-assign": "^3.0.0",
"prop-types": "^15.5.7",
"react-onclickoutside": "^5.9.0"
Expand Down

0 comments on commit 088e511

Please sign in to comment.