Skip to content

Commit

Permalink
fix: move prop-types to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielkunkel authored and davidnpma committed Apr 9, 2017
1 parent 23b95cc commit 015f38a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"babel-preset-es2015": "^6.3.3",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.3.13",
"prop-types": "^15.5.4",
"react": "^0.14.0 || ^15.0.0",
"react-addons-test-utils": "^15.0.0",
"react-dom": "^0.14.0 || ^15.0.0",
Expand All @@ -58,6 +57,7 @@
},
"dependencies": {
"error-stack-parser": "^1.3.6",
"object-assign": "^4.0.1"
"object-assign": "^4.0.1",
"prop-types": "^15.5.4"
}
}

0 comments on commit 015f38a

Please sign in to comment.