git ssb

10+

Matt McKegg / patchwork



Commit 32d251a78db95ceb448ed94743c944b8be3de181

clean config.js, upgrade patchbay to ^

Michael Williams committed on 12/4/2016, 9:53:14 AM
Parent: 4563b964294d87776749300aa07cc1fccf7861b6

Files changed

config.jschanged
package.jsonchanged
config.jsView
@@ -1,13 +1,16 @@
11 var Path = require('path')
2 +var ssbKeys = require('ssb-keys')
23
3-var appName = process.env.ssb_appname
4 +var appName = process.env.ssb_appname
45
56 var config = require('ssb-config/inject')(appName, {
67 server: !(process.argv.includes('-g') || process.argv.includes('--use-global-ssb')),
78 port: 8008,
89 blobsPort: 7777
910 })
1011
11-config.keys = require('ssb-keys').loadOrCreateSync(Path.join(config.path, 'secret'))
12 +config.keys = ssbKeys.loadOrCreateSync(
13 + Path.join(config.path, 'secret')
14 +)
1215
1316 module.exports = config
package.jsonView
@@ -27,9 +27,9 @@
2727 "micro-css": "~0.6.2",
2828 "non-private-ip": "^1.4.1",
2929 "on-change-network": "0.0.2",
3030 "on-wakeup": "^1.0.1",
31- "patchbay": "~5.0.0",
31 + "patchbay": "^5.4.0",
3232 "prebuild": "github:mmckegg/prebuild#use-npm-conf",
3333 "pull-abortable": "^4.1.0",
3434 "pull-file": "~1.0.0",
3535 "pull-identify-filetype": "^1.1.0",

Built with git-ssb-web