Skip to content

Commit b0c2476

Browse files
committed
Fix package.json formatting per npm standards
1 parent 279b8aa commit b0c2476

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
"license": "MIT",
2424
"repository": {
2525
"type": "git",
26-
"url": "https://github.com/GravityKit/Potomatic.git"
26+
"url": "git+https://github.com/GravityKit/Potomatic.git"
2727
},
2828
"type": "module",
2929
"main": "potomatic",
3030
"bin": {
31-
"potomatic": "./potomatic"
31+
"potomatic": "potomatic"
3232
},
3333
"scripts": {
3434
"translate": "./potomatic",

0 commit comments

Comments
 (0)