mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-01 02:25:45 +08:00
Switch from root devDeps (conceptually correct) to deps so npm ci
installs everything
This commit is contained in:
parent
fa28233822
commit
31fae07129
3 changed files with 6363 additions and 6585 deletions
12923
package-lock.json
generated
12923
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -12,7 +12,7 @@
|
|||
"node": ">=11",
|
||||
"npm": ">=7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"dependencies": {
|
||||
"@types/better-sqlite3": "^5.4.0",
|
||||
"@types/classnames": "^2.2.7",
|
||||
"@types/debug": "^4.1.2",
|
||||
|
@ -64,7 +64,6 @@
|
|||
"eslint-plugin-import": "^2.22.1",
|
||||
"eslint-plugin-jsx-a11y": "^6.4.1",
|
||||
"eslint-plugin-react": "7.22.0",
|
||||
"fastq": "^1.11.0",
|
||||
"fs-extra": "2.x.x",
|
||||
"fs-plus": "2.x.x",
|
||||
"gitbook-cli": "^2.3.2",
|
||||
|
|
|
@ -8,7 +8,7 @@ const rimraf = require('rimraf');
|
|||
const targz = require('targz');
|
||||
const { safeExec } = require('./utils/child-process-wrapper.js');
|
||||
|
||||
const npmElectronTarget = require('../package.json').devDependencies.electron;
|
||||
const npmElectronTarget = require('../package.json').dependencies.electron;
|
||||
const npmEnvs = {
|
||||
system: process.env,
|
||||
electron: Object.assign({}, process.env, {
|
||||
|
|
Loading…
Reference in a new issue