Skip to content

Commit

Permalink
fix include napi.h
Browse files Browse the repository at this point in the history
  • Loading branch information
efremropelato committed Nov 25, 2024
1 parent 00f6e18 commit 46560f4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"name": "Mac",
"includePath": [
"${workspaceFolder}/**",
"${workspaceFolder}/node_modules/node-addon-api"
"${workspaceFolder}/node_modules/node-addon-api",
"~/.nvm/versions/node/**"
],
"defines": [],
"macFrameworkPath": [
Expand Down
9 changes: 5 additions & 4 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": "@croosdb/crossdb-nodejs",
"version": "1.3.0",
"version": "1.3.1",
"main": "index.js",
"author": "Efrem Ropelato",
"contributors":[
Expand Down

0 comments on commit 46560f4

Please sign in to comment.