We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b75e550 commit dafe235Copy full SHA for dafe235
package.json
@@ -1,10 +1,11 @@
1
{
2
"name": "@gwax/sql-formatter",
3
- "version": "3.0.0-beta.1",
+ "version": "3.0.0-beta.2",
4
"description": "Format whitespace in a SQL query to make it more readable",
5
"license": "MIT",
6
"main": "lib/sqlFormatter.js",
7
"bin": {
8
+ "@gwax/sql-formatter": "./bin/sqlfmt.js",
9
"sql-formatter": "./bin/sqlfmt.js"
10
},
11
"keywords": [
0 commit comments