WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 2e2bb4c

Browse files
committed
take react as a looser peer dependency
1 parent e925c81 commit 2e2bb4c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "buryem",
3-
"version": "1.2.6",
3+
"version": "1.3.0",
44
"description": "got style conflicts? bury 'em!",
55
"main": "lib/buryem.js",
66
"tonicExampleFilename": "lib/example.js",
@@ -11,9 +11,11 @@
1111
"url": "https://github.com/mdarens/buryem.git"
1212
},
1313
"dependencies": {
14-
"react": "^0.14.4",
1514
"react-kit": "^0.1.3"
1615
},
16+
"peerDependencies": {
17+
"react": ">=0.14"
18+
},
1719
"devDependencies": {
1820
"babel-cli": "^6.4.0",
1921
"babel-preset-es2015": "^6.3.13",

0 commit comments

Comments
 (0)