Skip to content

Commit

Permalink
Merge pull request #676 from agathver/update-node-pre-gyp
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
recrsn committed Nov 24, 2018
2 parents dd5c93d + bd7f625 commit 06da387
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -45,5 +45,5 @@ after_test:
- .\node_modules\.bin\node-pre-gyp package

on_success:
- ps: if ($APPVEYOR_REPO_TAG_NAME -match '^v(0|[1-9]+)\.(0|[1-9]+)\.(0|[1-9]+)$') { echo "Publishing"; npm install node-pre-gyp-github@1.3.1; ./node_modules/.bin/node-pre-gyp-github publish --release }
- ps: if ($env:APPVEYOR_REPO_TAG_NAME -match '^v(0|[1-9]+)\.(0|[1-9]+)\.(0|[1-9]+)$') { echo "Publishing"; npm install node-pre-gyp-github@1.3.1; ./node_modules/.bin/node-pre-gyp-github publish --release }

42 changes: 21 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"nan": "2.11.1",
"node-pre-gyp": "0.11.0"
"node-pre-gyp": "0.12.0"
},
"devDependencies": {
"nodeunit": "^0.11.3"
Expand Down

0 comments on commit 06da387

Please sign in to comment.