Skip to content

Commit 9117777

Browse files
authored
NPM provenance: fix repository URL (#8)
2 parents 8c8c924 + 795386c commit 9117777

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"test": "echo \"Error: no test specified\" && exit 1"
1717
},
1818
"repository": {
19-
"url": "github.com:cloudnode-pro/components"
19+
"type": "git",
20+
"url": "https://github.com/cloudnode-pro/components"
2021
},
2122
"keywords": [
2223
"web",

0 commit comments

Comments
 (0)