Skip to content

Commit

Permalink
Lock pg-formatter version to v.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nponiros committed Nov 3, 2021
1 parent 9f14eec commit d90ddac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
},
"scripts": {
"build": "rm -fr ./dist && babel ./src --out-dir ./dist --copy-files --source-maps",
"build-pg-formatter": "rm -fr ./src/pg-formatter && mkdir -p ./src/pg-formatter && curl -LkSs http://github.com/darold/pgFormatter/tarball/master/ | tar xz --strip-components=1 -C ./src/pg-formatter",
"build-pg-formatter": "rm -fr ./src/pg-formatter && mkdir -p ./src/pg-formatter && curl -LkSs https://github.com/darold/pgFormatter/archive/refs/tags/v4.4.tar.gz | tar xz --strip-components=1 -C ./src/pg-formatter",
"lint": "eslint ./src ./test && flow",
"test": "ava --serial --verbose"
},
Expand Down

0 comments on commit d90ddac

Please sign in to comment.