Messy publish but it works

This commit is contained in:
dancoffman 2022-11-05 00:46:26 -07:00
parent 2262d475ca
commit f3069d1ec9
No known key found for this signature in database
GPG Key ID: 47B1F53E36A9B3CC
3 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
"trailingComma": "all",
"overrides": [
{
"files": "binding.gyp",
"files": "*.gyp",
"options": { "parser": "json" }
}
]

View File

@ -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": [

View File

@ -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",