We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da12551 commit 5f9c5c8Copy full SHA for 5f9c5c8
2 files changed
src/1-getting-started/4_object_factory/napi/package.json
@@ -5,6 +5,9 @@
5
"main": "addon.js",
6
"private": true,
7
"gypfile": true,
8
+ "scripts": {
9
+ "test": "node addon.js"
10
+ },
11
"dependencies": {
12
"bindings": "~1.5.0"
13
}
src/1-getting-started/4_object_factory/node-addon-api/package.json
"bindings": "~1.5.0",
"node-addon-api": "^8.0.0"
0 commit comments