Skip to content

Commit

Permalink
Merge branch 'release/3.0.14'
Browse files Browse the repository at this point in the history
  • Loading branch information
tuananh committed Dec 8, 2018
2 parents f857e8b + 974f83c commit 62368bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -18,7 +18,7 @@ environment:
- nodejs_version: "8"
- nodejs_version: "9"
- nodejs_version: "10"
# - nodejs_version: "11"
- nodejs_version: "11"

matrix:
fast_finish: true
Expand Down
6 changes: 3 additions & 3 deletions 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",
Expand Down Expand Up @@ -29,8 +29,8 @@
"author": "Tuan Anh Tran <me@tuananh.org> (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",
Expand Down

0 comments on commit 62368bf

Please sign in to comment.