mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
* build: improve circleci config (#33881) * build: fix conditional restore of git cache * build: split lint out of setup.yml * ci: update release script to handle new CircleCI configs (#33914) Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org>
11 lines
179 B
JSON
11 lines
179 B
JSON
{
|
|
"name": "@electron/circleci-config",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fs-extra": "^10.1.0",
|
|
"js-yaml": "^4.1.0"
|
|
}
|
|
}
|