Skip to content

Commit a58c15c

Browse files
committed
Update package.json
1 parent 6bad516 commit a58c15c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "solid-effect",
3-
"version": "1.0.0-beta.3",
3+
"version": "1.0.0-beta.4",
44
"description": "A collection of utilities for working with EffectTS in SolidJS",
55
"type": "module",
66
"scripts": {
@@ -26,6 +26,10 @@
2626
"author": {
2727
"name": "JonahPlusPlus"
2828
},
29+
"repository": {
30+
"type": "git",
31+
"url": "git+https://github.com/JonahPlusPlus/solid-effect.git"
32+
},
2933
"license": "(MIT OR Apache-2.0)",
3034
"engines": {
3135
"pnpm": ">=9"
@@ -60,8 +64,7 @@
6064
},
6165
"files": [
6266
"dist",
63-
"LICENCE-*",
64-
"public"
67+
"LICENCE-*"
6568
],
6669
"main": "./dist/index.cjs",
6770
"module": "./dist/index.js",

0 commit comments

Comments
 (0)