Skip to content

Commit 13c98d4

Browse files
committed
Peg node-addon-api version to unreleased branch
It’s taking far too long to get a release of node-addon-api out. Refs: nodejs/node-addon-api#646 Fixes: #16
1 parent 760bbe2 commit 13c98d4

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@ os:
2020
osx_image: xcode10
2121

2222
node_js:
23-
- "8"
24-
- "9"
2523
- "10"
2624
- "12"
25+
- "14"
2726

2827
jobs:
2928
exclude:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"callback",
1818
"napi"
1919
],
20-
"version": "1.0.3",
20+
"version": "2.0.0",
2121
"repository": {
2222
"type": "git",
2323
"url": "git://github.com/node-ffi-napi/weak-napi.git"
@@ -30,7 +30,7 @@
3030
"prepack": "prebuildify-ci download && ([ $(ls prebuilds | wc -l) = '4' ] || (echo 'Some prebuilds are missing'; exit 1))"
3131
},
3232
"dependencies": {
33-
"node-addon-api": "^1.1.0",
33+
"node-addon-api": "nodejs/node-addon-api#fedc8195e3a33e32a8a6b4f8b8285cdc6a104a44",
3434
"setimmediate-napi": "^1.0.3",
3535
"node-gyp-build": "^4.2.1"
3636
},

0 commit comments

Comments
 (0)