Skip to content

Commit 5c622f1

Browse files
committed
Add preact as a dev dependency
1 parent cce475a commit 5c622f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "preact-render-to-string",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Render JSX to an HTML string, with support for Preact components.",
55
"main": "dist/index.js",
66
"scripts": {
@@ -23,6 +23,7 @@
2323
"chai": "^3.3.0",
2424
"eslint": "^1.7.1",
2525
"mocha": "^2.3.3",
26+
"preact": "^1.5.0",
2627
"sinon": "^1.17.1",
2728
"sinon-chai": "^2.8.0"
2829
}

0 commit comments

Comments
 (0)