git ssb

16+

Dominic / patchbay



Commit 32b996f245a6c12fa8a6397dfd8d561333d2da3c

fix paths

mixmix committed on 3/18/2019, 9:54:40 PM
Parent: 0251b933243f044de2fe055993c5307a79bf4df0

Files changed

index.jschanged
package-lock.jsonchanged
package.jsonchanged
index.jsView
@@ -37,10 +37,12 @@
3737 ahoy({
3838 title: 'Patchbay',
3939 config,
4040 plugins,
41- modulesDir: join(__dirname, 'node_modules'),
42- uiPath: join(__dirname, 'main.js'),
41+ // modulesDir: join(__dirname, 'node_modules'),
42+ modulesDir: '../../../../node_modules',
43+ // uiPath: join(__dirname, 'main.js'),
44+ uiPath: './main.js',
4345 onReady: (state) => {
4446 StartMenus(state)
4547 }
4648 })
package-lock.jsonView
The diff is too large to show. Use a local git client to view these changes.
Old file size: 644381 bytes
New file size: 644286 bytes
package.jsonView
@@ -89,9 +89,9 @@
8989 "scuttle-blog": "^1.0.1",
9090 "scuttle-thread": "^1.0.1",
9191 "setimmediate": "^1.0.5",
9292 "ssb-about": "^2.0.0",
93- "ssb-ahoy": "^0.5.0",
93+ "ssb-ahoy": "github:ssbc/ssb-ahoy#master",
9494 "ssb-backlinks": "^0.7.3",
9595 "ssb-blob-files": "^1.1.3",
9696 "ssb-blobs": "^1.1.12",
9797 "ssb-chess-db": "^1.0.5",

Built with git-ssb-web