Skip to content

Commit 1c57271

Browse files
committed
2.3.2
1 parent 12b559b commit 1c57271

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "preact-iso",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"type": "module",
55
"main": "src/index.js",
66
"module": "src/index.js",
@@ -19,6 +19,12 @@
1919
"type": "git",
2020
"url": "https://github.com/preactjs/preact-iso"
2121
},
22+
"files": [
23+
"src",
24+
"LICENSE",
25+
"package.json",
26+
"README.md"
27+
],
2228
"scripts": {
2329
"test": "node --experimental-vm-modules node_modules/.bin/jest"
2430
},

0 commit comments

Comments
 (0)