Skip to content

Commit 2ff2aa0

Browse files
committed
Update preact and add it as a peer dep
1 parent a472866 commit 2ff2aa0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,16 @@
2525
"url": "https://github.com/developit/preact-render-to-string/issues"
2626
},
2727
"homepage": "https://github.com/developit/preact-render-to-string",
28+
"peerDependencies": {
29+
"preact": "*"
30+
},
2831
"devDependencies": {
2932
"babel": "^5.8.23",
3033
"babel-eslint": "^4.1.3",
3134
"chai": "^3.3.0",
3235
"eslint": "^1.7.1",
3336
"mocha": "^2.3.3",
34-
"preact": "^1.5.0",
37+
"preact": "^3.3.0",
3538
"sinon": "^1.17.1",
3639
"sinon-chai": "^2.8.0"
3740
}

0 commit comments

Comments
 (0)