build: use @electron-ci/dev-root for package.json default (#49326)

* build: use @electron-ci/dev-root for package.json default

(cherry picked from commit bab6bd3dae)

* fxiup

(cherry picked from commit 218300e57f)
This commit is contained in:
John Kleinschmidt
2026-01-08 11:10:58 -05:00
committed by GitHub
parent a586dd3045
commit 75ee26902b
3 changed files with 66 additions and 65 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "electron",
"name": "@electron-ci/dev-root",
"version": "0.0.0-development",
"repository": "https://github.com/electron/electron",
"description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",