We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1b8b59 commit 7199924Copy full SHA for 7199924
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@pg-nano/pg-schema-diff",
3
- "version": "0.7.0",
+ "version": "0.7.1",
4
"type": "module",
5
"bin": {
6
"pg-schema-diff": "./pg-schema-diff"
@@ -9,7 +9,10 @@
9
"prepare": "esbuild scripts/postinstall.ts --bundle --format=cjs --platform=node --target=node16 --outfile=scripts/postinstall.cjs",
10
"postinstall": "node -e \"fs.existsSync('.git') || import('./scripts/postinstall.cjs')\""
11
},
12
- "files": ["pg-schema-diff", "scripts/postinstall.cjs"],
+ "files": [
13
+ "pg-schema-diff",
14
+ "scripts/postinstall.cjs"
15
+ ],
16
"devDependencies": {
17
"grab-github-release": "npm:@aleclarson/grab-github-release@^2.1.2"
18
0 commit comments