File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2727 "dependencies" : {
2828 "bindings" : " ^1.5.0" ,
2929 "node-addon-api" : " ^1.6.3" ,
30- "prebuild" : " ^8.2.1" ,
3130 "prebuild-install" : " ^5.3.0" ,
3231 "sharp" : " ^0.22.1"
3332 },
3433 "devDependencies" : {
3534 "@types/node" : " ^10.14.4" ,
3635 "typescript" : " ^3.4.3" ,
37- "async" : " ^2.6.2"
36+ "async" : " ^2.6.2" ,
37+ "prebuild" : " ^8.2.1"
3838 },
3939 "binary" : {
4040 "napi_versions" : [
Original file line number Diff line number Diff line change 1+ const async = require ( 'async' )
2+ const spawn = require ( 'child_process' ) . spawn
13const allVersion = [
24 { r : "napi" , t : "3" } ,
35 { r : "napi" , t : "4" } ,
46 { r : "electron" , t : "3.0.0" } ,
57 { r : "electron" , t : "4.2.2" } ,
68 { r : "electron" , t : "5.0.1" } ,
79]
8- const async = require ( 'async' )
910if ( process . env . BUILD_PREBUILDS ) {
1011
1112 if ( process . env . TRAVIS_BRANCH === "master" || process . env . APPVEYOR_REPO_BRANCH === "master" ) {
You can’t perform that action at this time.
0 commit comments