Skip to content

Commit 6004c75

Browse files
authored
Merge pull request #79 from gregnr/fix/missing-proto-js
fix: missing proto.js in package
2 parents 2c07e1f + 9891da7 commit 6004c75

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"binding.gyp",
1313
"index.js",
1414
"index.d.ts",
15+
"proto.js",
1516
"libpg_query/*",
1617
"script/*",
1718
"src/*",
@@ -30,7 +31,7 @@
3031
}
3132
},
3233
"scripts": {
33-
"protogen": "node ./script/protogen.js 15-latest",
34+
"protogen": "node ./script/protogen.js 15-4.2.4",
3435
"clean": "rimraf build",
3536
"configure": "node-pre-gyp configure",
3637
"install": "node-pre-gyp install --fallback-to-build --loglevel verbose",
@@ -44,7 +45,7 @@
4445
"test": "mocha --timeout 5000",
4546
"binary:build": "node-pre-gyp rebuild package",
4647
"binary:publish": "AWS_PROFILE=supabase-dev node-pre-gyp publish"
47-
},
48+
},
4849
"author": "Dan Lynch <[email protected]> (http://github.com/pyramation)",
4950
"license": "LICENSE IN LICENSE",
5051
"repository": {

0 commit comments

Comments
 (0)