pull/8/head
Dave Conway-Jones 2016-05-06 15:17:49 +01:00
rodzic ea910c83f8
commit 8ffdabbbf1
1 zmienionych plików z 3 dodań i 4 usunięć

Wyświetl plik

@ -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": "*"
} }
} }