kopia lustrzana https://github.com/dceejay/electron-node-red
tidy package
rodzic
ea910c83f8
commit
8ffdabbbf1
|
@ -15,8 +15,7 @@
|
||||||
"pack: osx": "npm run clean:. osx && electron-packager electron-node-red Node-RED --out = dist/osx --icon=nodered.icns --platform=darwin --arch=x64 ",
|
"pack: osx": "npm run clean:. osx && electron-packager electron-node-red Node-RED --out = dist/osx --icon=nodered.icns --platform=darwin --arch=x64 ",
|
||||||
|
|
||||||
"build": "npm run build : osx",
|
"build": "npm run build : osx",
|
||||||
"build: osx": "npm run pack: osx && appdmg appdmg.json dist/NodeRED.dmg",
|
"build: osx": "npm run pack: osx && appdmg appdmg.json dist/NodeRED.dmg"
|
||||||
|
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -44,8 +43,8 @@
|
||||||
"homepage": "https://github.com/dceejay/electron-node-red#readme",
|
"homepage": "https://github.com/dceejay/electron-node-red#readme",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"electron-prebuilt": "^0.37.8",
|
"electron-prebuilt": "^0.37.8",
|
||||||
"electron-builder": "^2.5.0",
|
"electron-builder": "*",
|
||||||
"appdmg": "*",
|
"appdmg": "*",
|
||||||
"electron-packager": "^5.2.0",
|
"electron-packager": "*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue