From 37ce30aba3bc6695d986ae429e08d3a4d253cf38 Mon Sep 17 00:00:00 2001 From: Nicola Del Gobbo Date: Thu, 4 Jan 2018 02:07:14 +0100 Subject: [PATCH] doc: Update package.json example Changed version of node-addon-api on the package.json example see: [issue 206](https://github.com/nodejs/node-addon-api/issues/206#issuecomment-355165254) PR-URL: https://github.com/nodejs/node-addon-api/pull/208 Reviewed-By: Michael Dawson --- doc/setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/setup.md b/doc/setup.md index 84dafd3f7..be95e747e 100644 --- a/doc/setup.md +++ b/doc/setup.md @@ -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", } ``` @@ -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. \ No newline at end of file +targeted node version *does not* have N-API built-in.