Skip to content

Commit

Permalink
Version 1.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymholt committed Apr 4, 2023
1 parent c1b3a0f commit a463ab7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "psqlformat",
"version": "1.18.0",
"version": "1.18.1",
"main": "dist/index.js",
"bin": {
"psqlformat": "dist/bin.js"
Expand Down Expand Up @@ -51,7 +51,7 @@
"scripts": {
"build": "tsc",
"test": "npx mocha --require ts-node/register/type-check --recursive ./test/*.ts",
"start": "ts-node src/bin.ts test/support/query.sql",
"start": "ts-node src/bin.ts test/support/query.sql",
"format": "npx prettier --write ./**/*.ts",
"upgrade": "./scripts/upgrade-pgFormatter.js"
}
Expand Down

0 comments on commit a463ab7

Please sign in to comment.