Skip to content

Commit

Permalink
2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rschristian committed Oct 6, 2023
1 parent 12b559b commit 1c57271
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "preact-iso",
"version": "2.3.1",
"version": "2.3.2",
"type": "module",
"main": "src/index.js",
"module": "src/index.js",
Expand All @@ -19,6 +19,12 @@
"type": "git",
"url": "https://github.com/preactjs/preact-iso"
},
"files": [
"src",
"LICENSE",
"package.json",
"README.md"
],
"scripts": {
"test": "node --experimental-vm-modules node_modules/.bin/jest"
},
Expand Down

0 comments on commit 1c57271

Please sign in to comment.