mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 22:06:25 +00:00
32ca947850
Also modify `package.json` so that npm version must be >= 7 and node version must be >= 10 (same as npm v7). This will avoid `package-lock.json` churn if someone builds with npm version < 7.
15 lines
249 B
JSON
15 lines
249 B
JSON
{
|
|
"name": "nim-status-client",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"files": [],
|
|
"devDependencies": {
|
|
"create-dmg": "status-im/create-dmg#678fbd4",
|
|
"fileicon": "0.2.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=10",
|
|
"npm": ">=7"
|
|
}
|
|
}
|