Skip to content

Commit

Permalink
Move prop-types to dependencies.
Browse files Browse the repository at this point in the history
This is the recommanded way to proceed, as metioned in https://github.com/reactjs/prop-types#how-to-depend-on-this-package.
  • Loading branch information
yamafaktory committed Apr 27, 2017
1 parent 87f8de1 commit 0a467aa
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 @@ -82,7 +82,6 @@
"pegjs": "^0.10.0",
"preact": "^7.1.0",
"preact-compat": "^3.9.4",
"prop-types": "^15.5.8",
"pug": "^2.0.0-beta6",
"react": "^15.5.4",
"react-addons-css-transition-group": "^15.5.2",
Expand Down Expand Up @@ -118,6 +117,7 @@
"dependencies": {
"babel-runtime": "^6.18.0",
"fbjs": "^0.8.8",
"object-assign": "^4.1.0"
"object-assign": "^4.1.0",
"prop-types": "^15.5.8"
}
}

0 comments on commit 0a467aa

Please sign in to comment.