We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cce475a commit 5c622f1Copy full SHA for 5c622f1
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "preact-render-to-string",
3
- "version": "1.1.1",
+ "version": "1.1.2",
4
"description": "Render JSX to an HTML string, with support for Preact components.",
5
"main": "dist/index.js",
6
"scripts": {
@@ -23,6 +23,7 @@
23
"chai": "^3.3.0",
24
"eslint": "^1.7.1",
25
"mocha": "^2.3.3",
26
+ "preact": "^1.5.0",
27
"sinon": "^1.17.1",
28
"sinon-chai": "^2.8.0"
29
}
0 commit comments