Skip to content

Commit b80eb3d

Browse files
committed
chore: fix npm publish nit
npm warn publish errors corrected: npm warn publish "repository.url" was normalized to "git+https://github.com/jitsi/robotjs.git"
1 parent 26379cc commit b80eb3d

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
@@ -20,7 +20,7 @@
2020
},
2121
"repository": {
2222
"type": "git",
23-
"url": "https://github.com/jitsi/robotjs.git"
23+
"url": "git+https://github.com/jitsi/robotjs.git"
2424
},
2525
"keywords": [
2626
"Automation",

0 commit comments

Comments
 (0)