Skip to content

Commit 4f157ab

Browse files
authored
fix(publish): using node 24 and fixing repository url (#541)
1 parent c8766aa commit 4f157ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"repository": {
33
"type": "git",
4-
"url": "git+https://github.com/jpb06/effect-errors.git"
4+
"url": "https://github.com/jpb06/effect-errors"
55
},
66
"type": "module",
77
"main": "./cjs/index.js",

0 commit comments

Comments
 (0)