Commit b480cca342f3018f49fc2d6f0257043681b55501
latest package.json
Ev Bogue committed on 2/7/2018, 7:17:43 PMParent: 6b8c079a53a51312822c1872bcbfdc16ebd8e7f3
Files changed
package.json | changed |
package.json | ||
---|---|---|
@@ -3,9 +3,9 @@ | ||
3 | 3 … | "version": "3.14.0", |
4 | 4 … | "description": "A decent(tralized) network for communication and development", |
5 | 5 … | "scripts": { |
6 | 6 … | "start": "node bin", |
7 | - "build": "browserify client/index.js > build/build.js", | |
7 … | + "build": "mkdir -p build && browserify client/index.js | indexhtmlify > build/index.html", | |
8 | 8 … | "fonts": "git clone ssb://%XoC0EPXVomSYODRk0g9w6iGuD/vPCjinTVVW6Dz1hEQ=.sha256 build/ssp" |
9 | 9 … | }, |
10 | 10 … | "author": "Ev Bogue", |
11 | 11 … | "license": "MIT", |
Built with git-ssb-web