Skip to content

Commit cf6ffd5

Browse files
fix: package json (#280)
1 parent 3973b56 commit cf6ffd5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,10 @@
8181
"prepublishOnly": "pnpm clean && pnpm build",
8282
"webpack": "webpack"
8383
},
84-
"repository": "[email protected]:freeCodeCamp/curriculum-helpers.git",
84+
"repository": {
85+
"type": "git",
86+
"url": "git+ssh://[email protected]/freeCodeCamp/curriculum-helpers.git"
87+
},
8588
"license": "BSD-3-Clause",
8689
"dependencies": {
8790
"@babel/generator": "7.26.10",

0 commit comments

Comments
 (0)