We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c07e1f + 9891da7 commit 6004c75Copy full SHA for 6004c75
package.json
@@ -12,6 +12,7 @@
12
"binding.gyp",
13
"index.js",
14
"index.d.ts",
15
+ "proto.js",
16
"libpg_query/*",
17
"script/*",
18
"src/*",
@@ -30,7 +31,7 @@
30
31
}
32
},
33
"scripts": {
- "protogen": "node ./script/protogen.js 15-latest",
34
+ "protogen": "node ./script/protogen.js 15-4.2.4",
35
"clean": "rimraf build",
36
"configure": "node-pre-gyp configure",
37
"install": "node-pre-gyp install --fallback-to-build --loglevel verbose",
@@ -44,7 +45,7 @@
44
45
"test": "mocha --timeout 5000",
46
"binary:build": "node-pre-gyp rebuild package",
47
"binary:publish": "AWS_PROFILE=supabase-dev node-pre-gyp publish"
- },
48
+ },
49
"author": "Dan Lynch <[email protected]> (http://github.com/pyramation)",
50
"license": "LICENSE IN LICENSE",
51
"repository": {
0 commit comments