Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JonahPlusPlus committed Nov 13, 2024
1 parent f4a3c0b commit 6bad516
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solid-effect",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "A collection of utilities for working with EffectTS in SolidJS",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -60,7 +60,8 @@
},
"files": [
"dist",
"LICENCE-*"
"LICENCE-*",
"public"
],
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down

0 comments on commit 6bad516

Please sign in to comment.