Required to publish blst/build

This commit is contained in:
dancoffman 2022-11-05 00:36:38 -07:00
parent d09b1009b6
commit 2262d475ca
No known key found for this signature in database
GPG Key ID: 47B1F53E36A9B3CC
3 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
.vscode
build
!dist/deps/blst/build
node_modules
.gitignore
.npmignore

View File

@ -25,7 +25,7 @@ bundle: clean
cp ../../src/c_kzg_4844.c dist/deps/c-kzg
cp ../../src/c_kzg_4844.h dist/deps/c-kzg
publish:
publish: bundle
mv binding.gyp binding.gyp.bak
mv binding.dist.gyp binding.gyp
npm publish

View File

@ -1,6 +1,6 @@
{
"name": "c-kzg",
"version": "0.0.2",
"version": "0.0.4",
"description": "NodeJS bindings for C-KZG",
"author": "Dan Coffman",
"license": "MIT",