Skip to content

Commit 2041d1b

Browse files
committed
moves react into peerDeps, bumped version
1 parent a940203 commit 2041d1b

File tree

2 files changed

+4078
-4
lines changed

2 files changed

+4078
-4
lines changed

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-tweet-embed",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "react component that you supply tweet id and you'll get a tweet embed back, nothing more",
55
"main": "dist/tweet-embed.js",
66
"scripts": {
@@ -20,15 +20,17 @@
2020
"url": "https://github.com/capaj/react-tweet-embed/issues"
2121
},
2222
"homepage": "https://github.com/capaj/react-tweet-embed#readme",
23-
"dependencies": {
24-
"react": "^15.3.2"
23+
"peerDependencies": {
24+
"react": ">0.14.0"
2525
},
2626
"devDependencies": {
2727
"ava": "^0.16.0",
2828
"babel": "^6.5.2",
2929
"babel-cli": "^6.18.0",
3030
"babel-preset-react-app": "^1.0.0",
31-
"react-snappy": "^0.2.3",
31+
"react": "^15.4.1",
32+
"react-snappy": "^0.2.6",
33+
"rimraf": "^2.5.4",
3234
"standard": "^8.5.0"
3335
},
3436
"ava": {

0 commit comments

Comments
 (0)