Ignore a couple more files that do not need to be published
This commit is contained in:
parent
6c50c40247
commit
ef3f77be06
|
@ -16,3 +16,5 @@ tsconfig.json
|
||||||
babel.config.js
|
babel.config.js
|
||||||
*.bak
|
*.bak
|
||||||
Dockerfile
|
Dockerfile
|
||||||
|
binding.dist.gyp
|
||||||
|
Makefile
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "c-kzg",
|
"name": "c-kzg",
|
||||||
"version": "0.0.8",
|
"version": "0.0.9",
|
||||||
"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