git ssb

16+

Dominic / patchbay



Commit 9c9457cd15dd874de66ae9920ab018afbe4a9cf9

move deps and main for app building

mix irving committed on 1/3/2018, 3:20:57 AM
Parent: cbbae1ad145cd5ca19b0d2c59379694acc763c15

Files changed

package-lock.jsonchanged
package.jsonchanged
package-lock.jsonView
The diff is too large to show. Use a local git client to view these changes.
Old file size: 308043 bytes
New file size: 306989 bytes
package.jsonView
@@ -1,9 +1,9 @@
11 {
22 "name": "patchbay",
33 "version": "7.13.0",
44 "description": "patchbay 2, built on patchcore",
5- "main": "main.js",
5 + "main": "index.js",
66 "scripts": {
77 "lint": "standard",
88 "rebuild": "cross-script npm rebuild --runtime=electron \"--target=$(electron -v)\" \"--abi=$(electron --abi)\" --disturl=https://atom.io/download/atom-shell",
99 "start": "electron index.js -- --title patchbay",
@@ -83,20 +83,20 @@
8383 "ssb-ws": "^1.0.3",
8484 "style-resolve": "^1.0.1",
8585 "suggest-box": "^2.2.3",
8686 "text-node-searcher": "^1.1.1",
87- "xtend": "^4.0.1"
88- },
89- "devDependencies": {
90- "electro": "^2.0.3",
91- "electron": "~1.8.1",
87 + "xtend": "^4.0.1",
9288 "ssb-about": "^0.1.1",
9389 "ssb-backlinks": "^0.6.1",
9490 "ssb-blobs": "^1.1.3",
9591 "ssb-friends": "^2.2.3",
9692 "ssb-fulltext": "^1.0.1",
9793 "ssb-keys": "^7.0.13",
9894 "ssb-private": "^0.1.2",
99- "ssb-query": "^1.0.1",
95 + "ssb-query": "^1.0.1"
96 + },
97 + "devDependencies": {
98 + "electro": "^2.0.3",
99 + "electron": "~1.8.1",
100100 "standard": "^8.6.0"
101101 }
102102 }

Built with git-ssb-web