Skip to content

Commit dafe235

Browse files
committed
publish scoped binary name as well
1 parent b75e550 commit dafe235

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "@gwax/sql-formatter",
3-
"version": "3.0.0-beta.1",
3+
"version": "3.0.0-beta.2",
44
"description": "Format whitespace in a SQL query to make it more readable",
55
"license": "MIT",
66
"main": "lib/sqlFormatter.js",
77
"bin": {
8+
"@gwax/sql-formatter": "./bin/sqlfmt.js",
89
"sql-formatter": "./bin/sqlfmt.js"
910
},
1011
"keywords": [

0 commit comments

Comments
 (0)