Skip to content

Commit fee1c1c

Browse files
committed
fix: use normalized repo url in package.json
as instructed by npm
1 parent 584f18d commit fee1c1c

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
@@ -5,7 +5,7 @@
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/biscuit-auth/biscuit-wasm"
8+
"url": "git+https://github.com/eclipse-biscuit/biscuit-wasm.git"
99
},
1010
"scripts": {
1111
"build": "wasm-pack build --target bundler --out-dir module --out-name biscuit --scope biscuit-auth && npm run append-snippets",

0 commit comments

Comments
 (0)