NodeJS version 1.0.6
This commit is contained in:
parent
d9e0f133e3
commit
cb55e4f2ab
|
@ -10,6 +10,7 @@ clean:
|
|||
|
||||
build: kzg.cxx kzg.ts package.json binding.gyp Makefile
|
||||
cd ../../src; make lib
|
||||
yarn install
|
||||
yarn node-gyp rebuild
|
||||
|
||||
test: build
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "c-kzg",
|
||||
"version": "1.0.5",
|
||||
"version": "1.0.6",
|
||||
"description": "NodeJS bindings for C-KZG",
|
||||
"author": "Dan Coffman",
|
||||
"license": "MIT",
|
||||
|
|
Loading…
Reference in New Issue