git ssb

16+

Dominic / patchbay



not sure if this means electro should also be in the deps.

%19ZROxeS3cGm1n2U50yiMCCkzq52cBGLkkqmCe0sfpg=.sha256
Closed mixmix wants to merge commits into master from mixmix / patchbay-mix / add_start_script
package.jsonchanged
package.jsonView
@@ -53,8 +53,9 @@
5353 "./modules/index.js": "./modules/_index.js"
5454 },
5555 "scripts": {
5656 "build": "node build.js > modules/_index.js && mkdir -p build && browselectrify index.js > build/bundle.js",
57 + "start": "electro index.js",
5758 "graph": "node index.js | dot -Tsvg > graph.svg",
5859 "test": "set -e; for t in test/*.js; do node $t; done"
5960 },
6061 "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)",

Built with git-ssb-web