Skip to content

Commit

Permalink
Merge pull request #19 from avaly/feature/peerDependencies
Browse files Browse the repository at this point in the history
Move preact to peerDependencies
  • Loading branch information
ooade authored Jul 22, 2017
2 parents c852aa9 + 6d4a875 commit ee12d45
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@
"dependencies": {
"deep-equal": "^1.0.1",
"object-assign": "^4.0.1",
"preact": "^7.1.0",
"preact-side-effect": "^1.2.0"
"preact-side-effect": "^1.3.0"
},
"peerDependencies": {
"preact": ">=7.1.0"
},
"devDependencies": {
"babel-cli": "6.22.2",
Expand Down Expand Up @@ -68,7 +70,8 @@
"karma-webpack": "2.0.2",
"mocha": "3.2.0",
"phantomjs-prebuilt": "2.1.14",
"preact-render-to-string": "^3.5.0",
"preact": "7.1.0",
"preact-render-to-string": "3.5.0",
"rimraf": "2.5.4",
"sinon": "1.17.7",
"sinon-chai": "2.8.0",
Expand Down

0 comments on commit ee12d45

Please sign in to comment.