git ssb

16+

Dominic / patchbay



Commit ac269ee648b732cd89b3c4e2b7089bb090323fcd

update depject

Dominic Tarr committed on 7/15/2016, 1:10:31 AM
Parent: 26c51d9bb5bfa9290085f0bc5f03055e6a881167

Files changed

package.jsonchanged
package.jsonView
@@ -8,9 +8,9 @@
88 "url": "git://github.com/dominictarr/patchbay.git"
99 },
1010 "dependencies": {
1111 "cont": "^1.0.3",
12- "depject": "^0.1.0",
12+ "depject": "^1.0.1",
1313 "hyperlightbox": "^0.1.0",
1414 "hyperscript": "^1.4.7",
1515 "hypertabs": "^1.2.0",
1616 "mime-types": "^2.1.11",
@@ -38,8 +38,9 @@
3838 "indexhtmlify": "^1.2.1"
3939 },
4040 "scripts": {
4141 "build": "node build.js > modules/index.js; browserify -t brfs index.js | indexhtmlify > test.html",
42+ "graph": "node index.js | dot -Tsvg > graph.svg",
4243 "test": "set -e; for t in test/*.js; do node $t; done"
4344 },
4445 "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)",
4546 "license": "MIT"

Built with git-ssb-web