Messy publish but it works
This commit is contained in:
parent
2262d475ca
commit
f3069d1ec9
|
@ -2,7 +2,7 @@
|
|||
"trailingComma": "all",
|
||||
"overrides": [
|
||||
{
|
||||
"files": "binding.gyp",
|
||||
"files": "*.gyp",
|
||||
"options": { "parser": "json" }
|
||||
}
|
||||
]
|
||||
|
|
|
@ -11,8 +11,8 @@
|
|||
},
|
||||
"sources": ["kzg.cxx"],
|
||||
"include_dirs": [
|
||||
"../../inc",
|
||||
"../../src",
|
||||
"<(module_root_dir)/dist/deps/blst/bindings",
|
||||
"<(module_root_dir)/dist/deps/c-kzg",
|
||||
"<!@(node -p \"require('node-addon-api').include\")"
|
||||
],
|
||||
"libraries": [
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "c-kzg",
|
||||
"version": "0.0.4",
|
||||
"version": "0.0.6",
|
||||
"description": "NodeJS bindings for C-KZG",
|
||||
"author": "Dan Coffman",
|
||||
"license": "MIT",
|
||||
|
|
Loading…
Reference in New Issue