mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 22:06:25 +00:00
5e5cb83f72
The actual fix was applied to the `master` branch of the status-im/create-dmg repo (a fork of the upstream sindresorhus/create-dmg repo). However, in this repo's `package.json` the dependency on Status' fork is specified (implicitly) as that repo's `master` branch. Instead, specify a (short) SHA-1 hash (committish) for our fork so that if a change to status-im/create-dmg introduces a build problem/failure it will be easier to track down in this repo's commit history.
14 lines
230 B
JSON
14 lines
230 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": ">=8"
|
|
}
|
|
}
|