Skip to content

Commit 9f965d6

Browse files
committed
Run npm pkg fix to fix some problems in package.json
1 parent b0e07e0 commit 9f965d6

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
@@ -14,7 +14,7 @@
1414
}
1515
},
1616
"bin": {
17-
"sql-formatter": "./bin/sql-formatter-cli.cjs"
17+
"sql-formatter": "bin/sql-formatter-cli.cjs"
1818
},
1919
"type": "module",
2020
"sideEffects": false,
@@ -69,7 +69,7 @@
6969
},
7070
"repository": {
7171
"type": "git",
72-
"url": "https://github.com/sql-formatter-org/sql-formatter.git"
72+
"url": "git+https://github.com/sql-formatter-org/sql-formatter.git"
7373
},
7474
"bugs": {
7575
"url": "https://github.com/sql-formatter-org/sql-formatter/issues"

0 commit comments

Comments
 (0)