Commit 838ab10eaf9c0f060d4366877a33153031f3c747
3.9.1
Ev Bogue committed on 10/21/2017, 12:20:24 AMParent: 49ee6671052734d958ed897b4209bb8abb877f00
Files changed
package.json | changed |
package.json | ||
---|---|---|
@@ -1,7 +1,7 @@ | ||
1 | 1 … | { |
2 | 2 … | "name": "decent", |
3 | - "version": "3.9.0", | |
3 … | + "version": "3.9.1", | |
4 | 4 … | "description": "A decent(tralized) network for communication and development", |
5 | 5 … | "scripts": { |
6 | 6 … | "start": "node decent server", |
7 | 7 … | "build": "node client/scripts/style.js && mkdir -p build && browserify client/index.js | indexhtmlify > build/index.html", |
Built with git-ssb-web