Skip to content

Commit

Permalink
moves react into peerDeps, bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
capaj committed Dec 9, 2016
1 parent a940203 commit 2041d1b
Show file tree
Hide file tree
Showing 2 changed files with 4,078 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-tweet-embed",
"version": "1.0.2",
"version": "1.0.3",
"description": "react component that you supply tweet id and you'll get a tweet embed back, nothing more",
"main": "dist/tweet-embed.js",
"scripts": {
Expand All @@ -20,15 +20,17 @@
"url": "https://github.com/capaj/react-tweet-embed/issues"
},
"homepage": "https://github.com/capaj/react-tweet-embed#readme",
"dependencies": {
"react": "^15.3.2"
"peerDependencies": {
"react": ">0.14.0"
},
"devDependencies": {
"ava": "^0.16.0",
"babel": "^6.5.2",
"babel-cli": "^6.18.0",
"babel-preset-react-app": "^1.0.0",
"react-snappy": "^0.2.3",
"react": "^15.4.1",
"react-snappy": "^0.2.6",
"rimraf": "^2.5.4",
"standard": "^8.5.0"
},
"ava": {
Expand Down

0 comments on commit 2041d1b

Please sign in to comment.