Skip to content

Commit 37ce30a

Browse files
NickNasomhdawson
authored andcommitted
doc: Update package.json example
Changed version of node-addon-api on the package.json example see: [issue 206](#206 (comment)) PR-URL: #208 Reviewed-By: Michael Dawson <[email protected]>
1 parent b47cce8 commit 37ce30a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To use **N-API** in a native module:
1919

2020
```json
2121
"dependencies": {
22-
"node-addon-api": "1.0.0",
22+
"node-addon-api": "1.1.0",
2323
}
2424
```
2525

@@ -65,4 +65,4 @@ To use **N-API** in a native module:
6565
```
6666

6767
At build time, the N-API back-compat library code will be used only when the
68-
targeted node version *does not* have N-API built-in.
68+
targeted node version *does not* have N-API built-in.

0 commit comments

Comments
 (0)