Required to publish blst/build
This commit is contained in:
parent
d09b1009b6
commit
2262d475ca
|
@ -1,5 +1,6 @@
|
||||||
.vscode
|
.vscode
|
||||||
build
|
build
|
||||||
|
!dist/deps/blst/build
|
||||||
node_modules
|
node_modules
|
||||||
.gitignore
|
.gitignore
|
||||||
.npmignore
|
.npmignore
|
||||||
|
|
|
@ -25,7 +25,7 @@ bundle: clean
|
||||||
cp ../../src/c_kzg_4844.c dist/deps/c-kzg
|
cp ../../src/c_kzg_4844.c dist/deps/c-kzg
|
||||||
cp ../../src/c_kzg_4844.h 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.gyp binding.gyp.bak
|
||||||
mv binding.dist.gyp binding.gyp
|
mv binding.dist.gyp binding.gyp
|
||||||
npm publish
|
npm publish
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "c-kzg",
|
"name": "c-kzg",
|
||||||
"version": "0.0.2",
|
"version": "0.0.4",
|
||||||
"description": "NodeJS bindings for C-KZG",
|
"description": "NodeJS bindings for C-KZG",
|
||||||
"author": "Dan Coffman",
|
"author": "Dan Coffman",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
Loading…
Reference in New Issue