Skip to content

Commit 047a730

Browse files
committed
Fix npmignore
1 parent 0636133 commit 047a730

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
!/dist
22
!/src
3-
jsx.js
3+
!/jsx.js

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "preact-render-to-string",
33
"amdName": "preactRenderToString",
4-
"version": "3.0.1",
4+
"version": "3.0.2",
55
"description": "Render JSX to an HTML string, with support for Preact components.",
66
"main": "dist/index.js",
77
"jsnext:main": "src/index.js",

0 commit comments

Comments
 (0)