Skip to content

Commit 7199924

Browse files
committed
0.7.1
1 parent a1b8b59 commit 7199924

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pg-nano/pg-schema-diff",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"type": "module",
55
"bin": {
66
"pg-schema-diff": "./pg-schema-diff"
@@ -9,7 +9,10 @@
99
"prepare": "esbuild scripts/postinstall.ts --bundle --format=cjs --platform=node --target=node16 --outfile=scripts/postinstall.cjs",
1010
"postinstall": "node -e \"fs.existsSync('.git') || import('./scripts/postinstall.cjs')\""
1111
},
12-
"files": ["pg-schema-diff", "scripts/postinstall.cjs"],
12+
"files": [
13+
"pg-schema-diff",
14+
"scripts/postinstall.cjs"
15+
],
1316
"devDependencies": {
1417
"grab-github-release": "npm:@aleclarson/grab-github-release@^2.1.2"
1518
},

0 commit comments

Comments
 (0)