Skip to content

Commit 87756cf

Browse files
committed
fix: correct public repository URL in package.json
1 parent ea03c2d commit 87756cf

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
@@ -5,7 +5,7 @@
55
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
66
"repository": {
77
"type": "git",
8-
"url": "git@github.com:invertase/google-java-format.git"
8+
"url": "https://github.com:invertase/nodejs-google-java-format.git"
99
},
1010
"main": "index.js",
1111
"bin": "index.js",

0 commit comments

Comments
 (0)