Required to publish blst/build
This commit is contained in:
parent
d09b1009b6
commit
2262d475ca
|
@ -1,5 +1,6 @@
|
|||
.vscode
|
||||
build
|
||||
!dist/deps/blst/build
|
||||
node_modules
|
||||
.gitignore
|
||||
.npmignore
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue