Skip to content

Commit

Permalink
publish scoped binary name as well
Browse files Browse the repository at this point in the history
  • Loading branch information
gwax committed Jul 10, 2020
1 parent b75e550 commit dafe235
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "@gwax/sql-formatter",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"description": "Format whitespace in a SQL query to make it more readable",
"license": "MIT",
"main": "lib/sqlFormatter.js",
"bin": {
"@gwax/sql-formatter": "./bin/sqlfmt.js",
"sql-formatter": "./bin/sqlfmt.js"
},
"keywords": [
Expand Down

0 comments on commit dafe235

Please sign in to comment.