Skip to content

Commit d00d231

Browse files
committed
chore: fix repository url field in package.json
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
1 parent 16eeec8 commit d00d231

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
@@ -13,7 +13,7 @@
1313
},
1414
"repository": {
1515
"type": "git",
16-
"url": "https://github.com/nextcloud-libraries/timezones.git"
16+
"url": "git+https://github.com/nextcloud-libraries/timezones.git"
1717
},
1818
"type": "module",
1919
"main": "dist/index.mjs",

0 commit comments

Comments
 (0)