Skip to content

Commit

Permalink
Revert "Merge branch 'master' of https://github.com/ciderapp/node_air…
Browse files Browse the repository at this point in the history
…tunes2"

This reverts commit aca8fe2, reversing
changes made to f8bfe35.
  • Loading branch information
vapormusic committed Jul 30, 2022
1 parent aca8fe2 commit 8c58a93
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@
"build-binaries-electron:linux": "prebuild --platform linux --include-regex \"^.*\\.(node|dylib|lib|exp|dll|so(\\.[0-9])?)$\" -r electron -t 19.0.3 -t 18.3.3",
"build-binaries-electron:darwin": "prebuild --platform darwin --include-regex \"^.*\\.(node|dylib|lib|exp|dll|so(\\.[0-9])?)$\" -r electron -t 19.0.3 -t 18.3.3",
"build-binaries-electron2": "prebuild --platform darwin -a arm64 --include-regex \"^.*\\.(node|dylib|lib|exp|dll|so(\\.[0-9])?)$\" -r electron -t 19.0.3 -t 18.3.3",
"install": "run-script-os",
"install:win32": "prebuild-install --runtime=electron || npm run rebuild",
"install:linux:darwin": "prebuild-install --runtime=electron --target=18.3.3 || npm run rebuild",
"install": "prebuild-install --runtime=electron --target=19.0.2 || npm run rebuild",
"rebuild": "node-gyp configure build"
},
"licenses": [
Expand All @@ -46,8 +44,7 @@
"parse-raw-http": "0.0.1",
"prebuild-install": "^7.1.0",
"simple-plist": "^1.3.1",
"yargs": "^9.0.1",
"run-script-os": "^1.1.6"
"yargs": "^9.0.1"
},
"devDependencies": {
"optimist": "^0.6.1",
Expand Down

0 comments on commit 8c58a93

Please sign in to comment.