mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
* build: update to yarn v4
(cherry picked from commit 6adec744f3)
* chore: fixup types after yarn v4 migration
* chore: update nan yarn.lock patch
* build: automatically install git for dugite
9 lines
177 B
JSON
9 lines
177 B
JSON
{
|
|
"name": "@electron-ci/external-ab",
|
|
"version": "0.0.1",
|
|
"main": "./lib/test-array-buffer.js",
|
|
"scripts": {
|
|
"install": "node-gyp configure && node-gyp build"
|
|
}
|
|
}
|