Commit cbf19797b80067e6771f976bc6485234faad4d0d
build to index.html
Dominic Tarr committed on 7/15/2016, 5:50:57 AMParent: ff628d11401bef9803524ee394e9fc29cdecc068
Files changed
package.json | changed |
package.json | ||
---|---|---|
@@ -37,9 +37,9 @@ | ||
37 | 37 | "brfs": "^1.4.3", |
38 | 38 | "indexhtmlify": "^1.2.1" |
39 | 39 | }, |
40 | 40 | "scripts": { |
41 | - "build": "node build.js > modules/index.js; browserify -t brfs index.js | indexhtmlify > test.html", | |
41 | + "build": "node build.js > modules/index.js; browserify -t brfs index.js | indexhtmlify > index.html", | |
42 | 42 | "graph": "node index.js | dot -Tsvg > graph.svg", |
43 | 43 | "test": "set -e; for t in test/*.js; do node $t; done" |
44 | 44 | }, |
45 | 45 | "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)", |
Built with git-ssb-web