Skip to content
This repository has been archived by the owner on May 2, 2021. It is now read-only.

Commit

Permalink
fix(prop-types): fix dependency declaration according to prop-types docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Homola committed Apr 13, 2017
1 parent 8883a56 commit 7d43e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -19,6 +19,7 @@
"main": "dist-modules",
"typings": "./index.d.ts",
"dependencies": {
"prop-types": "^15.5.8",
"qr.js": "0.0.0"
},
"devDependencies": {
Expand Down Expand Up @@ -65,7 +66,6 @@
"webpack-merge": "^4.0.0"
},
"peerDependencies": {
"prop-types": "^15.5.6",
"react": ">= 0.11.2 < 16.0.0"
},
"repository": {
Expand Down

0 comments on commit 7d43e88

Please sign in to comment.