Skip to content

Commit

Permalink
Merge pull request dozoisch#29 from cvent/peerDependencySwitch
Browse files Browse the repository at this point in the history
make dependencies more friendly for consuming packages
  • Loading branch information
dozoisch authored Mar 4, 2017
2 parents 94e81b1 + f2566f9 commit 7c8424c
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 7c8424c

Please sign in to comment.