git ssb

16+

Dominic / patchbay



Commit 43d2132c3136da4714c5e7ab230110cbd1f99cf8

Merge branch 'master' of github.com:ssbc/patchbay

mixmix committed on 8/5/2019, 10:29:55 AM
Parent: eb4b106f4a93ac4da05c4f706569204785cc7c10
Parent: 36517b4b19113156358e755f174e0b894d922e32

Files changed

README.mdchanged
package-lock.jsonchanged
package.jsonchanged
README.mdView
@@ -186,7 +186,37 @@
186186 - e.g. add a link `<a href='/cats'>Cats!</a>` (which will be clicked up by listeners)
187187
188188
189189
190 +## Contributors
191 +
192 +### Code Contributors
193 +
194 +This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
195 +<a href="https://github.com/ssbc/patchbay/graphs/contributors"><img src="https://opencollective.com/patchbay/contributors.svg?width=890&button=false" /></a>
196 +
197 +### Financial Contributors
198 +
199 +Become a financial contributor and help us sustain our community. [[Contribute](https://opencollective.com/patchbay/contribute)]
200 +
201 +#### Individuals
202 +
203 +<a href="https://opencollective.com/patchbay"><img src="https://opencollective.com/patchbay/individuals.svg?width=890"></a>
204 +
205 +#### Organizations
206 +
207 +Support this project with your organization. Your logo will show up here with a link to your website. [[Contribute](https://opencollective.com/patchbay/contribute)]
208 +
209 +<a href="https://opencollective.com/patchbay/organization/0/website"><img src="https://opencollective.com/patchbay/organization/0/avatar.svg"></a>
210 +<a href="https://opencollective.com/patchbay/organization/1/website"><img src="https://opencollective.com/patchbay/organization/1/avatar.svg"></a>
211 +<a href="https://opencollective.com/patchbay/organization/2/website"><img src="https://opencollective.com/patchbay/organization/2/avatar.svg"></a>
212 +<a href="https://opencollective.com/patchbay/organization/3/website"><img src="https://opencollective.com/patchbay/organization/3/avatar.svg"></a>
213 +<a href="https://opencollective.com/patchbay/organization/4/website"><img src="https://opencollective.com/patchbay/organization/4/avatar.svg"></a>
214 +<a href="https://opencollective.com/patchbay/organization/5/website"><img src="https://opencollective.com/patchbay/organization/5/avatar.svg"></a>
215 +<a href="https://opencollective.com/patchbay/organization/6/website"><img src="https://opencollective.com/patchbay/organization/6/avatar.svg"></a>
216 +<a href="https://opencollective.com/patchbay/organization/7/website"><img src="https://opencollective.com/patchbay/organization/7/avatar.svg"></a>
217 +<a href="https://opencollective.com/patchbay/organization/8/website"><img src="https://opencollective.com/patchbay/organization/8/avatar.svg"></a>
218 +<a href="https://opencollective.com/patchbay/organization/9/website"><img src="https://opencollective.com/patchbay/organization/9/avatar.svg"></a>
219 +
190220 ## License
191221
192222 AGPL-3.0
package-lock.jsonView
The diff is too large to show. Use a local git client to view these changes.
Old file size: 820708 bytes
New file size: 806565 bytes
package.jsonView
@@ -3,9 +3,9 @@
33 "version": "8.1.0",
44 "description": "patchbay 2, built on patchcore",
55 "main": "index.js",
66 "scripts": {
7- "postinstall": "npm run rebuild",
7 + "postinstall": "npm run rebuild && opencollective-postinstall",
88 "rebuild": "electron-builder install-app-deps",
99 "start": "electron index.js -- --title patchbay",
1010 "frameless": "ELECTRON_FRAME=false npm start",
1111 "lite": "echo 'run your own sbot!' && electro lite.js -- --title patchbay --icon ./node_module/ssb-ahoy/electron/assets/icon.png",
@@ -70,8 +70,9 @@
7070 "mutant-scroll": "^1.0.2",
7171 "noto-color-emoji": "^1.0.0",
7272 "open-dyslexic": "^1.0.3",
7373 "open-external": "^0.1.1",
74 + "opencollective-postinstall": "^2.0.2",
7475 "patch-drafts": "0.0.6",
7576 "patch-history": "^1.0.0",
7677 "patch-inbox": "^1.3.2",
7778 "patch-settings": "^1.1.2",
@@ -100,9 +101,9 @@
100101 "ssb-backlinks": "^0.7.3",
101102 "ssb-blob-files": "^1.1.6",
102103 "ssb-blobs": "^1.1.12",
103104 "ssb-chess-db": "^1.0.6",
104- "ssb-chess-mithril": "1.0.10",
105 + "ssb-chess-mithril": "1.0.12",
105106 "ssb-config": "^3.3.0",
106107 "ssb-device-address": "^1.1.6",
107108 "ssb-ebt": "^5.6.6",
108109 "ssb-friend-pub": "^1.0.7",
@@ -167,6 +168,10 @@
167168 "nsis": {
168169 "artifactName": "${name}-Windows-${version}.${ext}",
169170 "installerIcon": "build/setup-icon.ico"
170171 }
172 + },
173 + "collective": {
174 + "type": "opencollective",
175 + "url": "https://opencollective.com/patchbay"
171176 }
172-}
177 +}

Built with git-ssb-web