Skip to content

Commit

Permalink
make dependencies more friendly for consuming packages
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfrost committed Mar 1, 2017
1 parent 94e81b1 commit f2566f9
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
},
"homepage": "https://github.com/dozoisch/react-google-recaptcha",
"peerDependencies": {
"react": ">=0.14"
"react": ">=0.14",
"react-async-script": "~0.5.0"
},
"devDependencies": {
"babel": "~5.8.21",
Expand Down Expand Up @@ -62,10 +63,7 @@
"react": "~0.14.0",
"react-dom": "~0.14.0",
"release-script": "^0.5.3",
"webpack": "~1.12.2"
},
"dependencies": {
"babel-runtime": "^5.8.0",
"react-async-script": "~0.5.0"
"webpack": "~1.12.2",
"babel-runtime": "^5.8.0"
}
}

0 comments on commit f2566f9

Please sign in to comment.