git ssb

10+

Matt McKegg / patchwork



Commit e0a3d8fc98c17511ce174fb697bb8c117b8de5e1

use non-hardcoded build script, as in patchbay (#513)

Dominic Tarr authored on 4/19/2017, 11:09:51 AM
Mikey committed on 4/19/2017, 11:09:51 AM
Parent: 4f3d3124582dd4e1192496ba758c6c7b94403ac1

Files changed

package.jsonchanged
package.jsonView
@@ -8,9 +8,9 @@
88 "scripts": {
99 "test": "echo \"Error: no test specified\" && exit 1",
1010 "start": "electron index.js",
1111 "postinstall": "npm run rebuild",
12- "rebuild": "npm rebuild --runtime=electron --target=1.4.3 --abi=50 --disturl=https://atom.io/download/atom-shell"
12 + "rebuild": "npm rebuild --runtime=electron --target=$(electron -v) --abi=$(electron --abi) --disturl=https://atom.io/download/atom-shell"
1313 },
1414 "author": "Secure Scuttlebutt Consortium",
1515 "license": "GPL-3.0",
1616 "dependencies": {
@@ -67,4 +67,5 @@
6767 "devDependencies": {
6868 "electron": "~1.4.4"
6969 }
7070 }
71 +

Built with git-ssb-web