Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ItaloCobains committed Nov 13, 2023
1 parent aab17f7 commit f0b72b0
Show file tree
Hide file tree
Showing 4 changed files with 320 additions and 317 deletions.
1 change: 1 addition & 0 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
],
"include_dirs": [
"./node_modules/node-addon-api",
"./node_modules"
],
'define': [ 'NAPI_DISABLE_CPP_EXCEPTIONS' ],
}
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@italocobains/graph",
"version": "1.0.3",
"version": "1.0.4",
"description": "This is a lib write by c++ and nodejs addon api for graph algorithm.",
"main": "./dist/graph.js",
"gypfile": true,
Expand Down
Loading

0 comments on commit f0b72b0

Please sign in to comment.