mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 05:52:41 +00:00
195cb55e8d
Update packages all the time ensuring that a change in package.json will be reflected without manual intervention. The `fileicon` v0.3.0 tool we used on MacOS to embed icons in our binary is failing. Upgrading to latest v0.3.3 fixes this. It will require a `make update` though to fix local builds.
18 lines
297 B
JSON
18 lines
297 B
JSON
{
|
|
"name": "nim-status-client",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"files": [],
|
|
"devDependencies": {
|
|
"create-dmg": "status-im/create-dmg#678fbd4",
|
|
"fileicon": "0.3.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=10",
|
|
"npm": ">=7"
|
|
},
|
|
"dependencies": {
|
|
"nodemon": "3.0.1"
|
|
}
|
|
}
|