Messy publish but it works
This commit is contained in:
parent
2262d475ca
commit
f3069d1ec9
|
@ -2,7 +2,7 @@
|
||||||
"trailingComma": "all",
|
"trailingComma": "all",
|
||||||
"overrides": [
|
"overrides": [
|
||||||
{
|
{
|
||||||
"files": "binding.gyp",
|
"files": "*.gyp",
|
||||||
"options": { "parser": "json" }
|
"options": { "parser": "json" }
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -11,8 +11,8 @@
|
||||||
},
|
},
|
||||||
"sources": ["kzg.cxx"],
|
"sources": ["kzg.cxx"],
|
||||||
"include_dirs": [
|
"include_dirs": [
|
||||||
"../../inc",
|
"<(module_root_dir)/dist/deps/blst/bindings",
|
||||||
"../../src",
|
"<(module_root_dir)/dist/deps/c-kzg",
|
||||||
"<!@(node -p \"require('node-addon-api').include\")"
|
"<!@(node -p \"require('node-addon-api').include\")"
|
||||||
],
|
],
|
||||||
"libraries": [
|
"libraries": [
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "c-kzg",
|
"name": "c-kzg",
|
||||||
"version": "0.0.4",
|
"version": "0.0.6",
|
||||||
"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