Skip to content

Commit 317da3a

Browse files
authored
Merge pull request #59 from interledger/sj/package.json-fix
Normalize repository URL for npm
2 parents 319e3ba + 2141672 commit 317da3a

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
@@ -17,7 +17,7 @@
1717
"license": "ISC",
1818
"repository": {
1919
"type": "git",
20-
"url": "https://github.com/interledger/docs-design-system"
20+
"url": "git+https://github.com/interledger/docs-design-system.git"
2121
},
2222
"dependencies": {
2323
"mermaid": "^11.12.1"

0 commit comments

Comments
 (0)