Skip to content

Commit

Permalink
doc: Update package.json example
Browse files Browse the repository at this point in the history
Changed version of node-addon-api on the package.json example see:
[issue 206](nodejs/node-addon-api#206 (comment))

PR-URL: nodejs/node-addon-api#208
Reviewed-By: Michael Dawson <[email protected]>
  • Loading branch information
wroy7860 committed Jan 5, 2018
1 parent 34d750d commit 18bd052
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To use **N-API** in a native module:

```json
"dependencies": {
"node-addon-api": "1.0.0",
"node-addon-api": "1.1.0",
}
```

Expand Down Expand Up @@ -65,4 +65,4 @@ To use **N-API** in a native module:
```

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

0 comments on commit 18bd052

Please sign in to comment.