Skip to content

Commit

Permalink
Peg node-addon-api version to unreleased branch
Browse files Browse the repository at this point in the history
It’s taking far too long to get a release of node-addon-api out.

Refs: nodejs/node-addon-api#646
Fixes: #16
  • Loading branch information
addaleax committed Apr 22, 2020
1 parent 760bbe2 commit 13c98d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ os:
osx_image: xcode10

node_js:
- "8"
- "9"
- "10"
- "12"
- "14"

jobs:
exclude:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"callback",
"napi"
],
"version": "1.0.3",
"version": "2.0.0",
"repository": {
"type": "git",
"url": "git://github.com/node-ffi-napi/weak-napi.git"
Expand All @@ -30,7 +30,7 @@
"prepack": "prebuildify-ci download && ([ $(ls prebuilds | wc -l) = '4' ] || (echo 'Some prebuilds are missing'; exit 1))"
},
"dependencies": {
"node-addon-api": "^1.1.0",
"node-addon-api": "nodejs/node-addon-api#fedc8195e3a33e32a8a6b4f8b8285cdc6a104a44",
"setimmediate-napi": "^1.0.3",
"node-gyp-build": "^4.2.1"
},
Expand Down

0 comments on commit 13c98d4

Please sign in to comment.