diff --git a/appveyor.yml b/appveyor.yml index f6ae37f..ab37701 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -18,7 +18,7 @@ environment: - nodejs_version: "8" - nodejs_version: "9" - nodejs_version: "10" - # - nodejs_version: "11" + - nodejs_version: "11" matrix: fast_finish: true diff --git a/package.json b/package.json index f2e24b8..e7207ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "camaro", - "version": "3.0.13", + "version": "3.0.14", "description": "Transforming XML to JSON using Node.js binding to native pugixml parser library", "homepage": "https://github.com/tuananh/camaro", "bugs": "https://github.com/tuananh/camaro/issues", @@ -29,8 +29,8 @@ "author": "Tuan Anh Tran (https://tuananh.org)", "license": "MIT", "dependencies": { - "node-addon-api": "1.5.0", - "node-pre-gyp": "0.11.0" + "node-addon-api": "1.6.2", + "node-pre-gyp": "0.12.0" }, "devDependencies": { "istanbul": "0.4.5",