Commit ac269ee648b732cd89b3c4e2b7089bb090323fcd
update depject
Dominic Tarr committed on 7/15/2016, 1:10:31 AMParent: 26c51d9bb5bfa9290085f0bc5f03055e6a881167
Files changed
package.json | changed |
package.json | ||
---|---|---|
@@ -8,9 +8,9 @@ | ||
8 | 8 | "url": "git://github.com/dominictarr/patchbay.git" |
9 | 9 | }, |
10 | 10 | "dependencies": { |
11 | 11 | "cont": "^1.0.3", |
12 | - "depject": "^0.1.0", | |
12 | + "depject": "^1.0.1", | |
13 | 13 | "hyperlightbox": "^0.1.0", |
14 | 14 | "hyperscript": "^1.4.7", |
15 | 15 | "hypertabs": "^1.2.0", |
16 | 16 | "mime-types": "^2.1.11", |
@@ -38,8 +38,9 @@ | ||
38 | 38 | "indexhtmlify": "^1.2.1" |
39 | 39 | }, |
40 | 40 | "scripts": { |
41 | 41 | "build": "node build.js > modules/index.js; browserify -t brfs index.js | indexhtmlify > test.html", |
42 | + "graph": "node index.js | dot -Tsvg > graph.svg", | |
42 | 43 | "test": "set -e; for t in test/*.js; do node $t; done" |
43 | 44 | }, |
44 | 45 | "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)", |
45 | 46 | "license": "MIT" |
Built with git-ssb-web