Skip to content

Commit

Permalink
take react as a looser peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mdarens committed Oct 12, 2016
1 parent e925c81 commit 2e2bb4c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "buryem",
"version": "1.2.6",
"version": "1.3.0",
"description": "got style conflicts? bury 'em!",
"main": "lib/buryem.js",
"tonicExampleFilename": "lib/example.js",
Expand All @@ -11,9 +11,11 @@
"url": "https://github.com/mdarens/buryem.git"
},
"dependencies": {
"react": "^0.14.4",
"react-kit": "^0.1.3"
},
"peerDependencies": {
"react": ">=0.14"
},
"devDependencies": {
"babel-cli": "^6.4.0",
"babel-preset-es2015": "^6.3.13",
Expand Down

0 comments on commit 2e2bb4c

Please sign in to comment.