Skip to content

Commit fdd4a01

Browse files
authored
Do not use an authenticated URL in package.json
Allow to use the package metadata for anonymous clones, which solves issues like the one described at [1]. For convenience, use the short-hand notation described at [2]. [1]: oss-review-toolkit/ort#8212 [2]: https://docs.npmjs.com/cli/v10/configuring-npm/package-json#repository
1 parent 3892895 commit fdd4a01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"main": "./BigInteger",
1313
"repository": {
1414
"type": "git",
15-
"url": "git@github.com:peterolson/BigInteger.js.git"
15+
"url": "github:peterolson/BigInteger.js"
1616
},
1717
"keywords": [
1818
"math",

0 commit comments

Comments
 (0)