Commit 7d81bdb34f5a110fb5801b8333bb1b752b492ae4
fix main field in package.json
Michael Williams committed on 12/26/2015, 8:20:48 AMParent: 13d9aaa69ed5dec48a80ba980e8415edb15062f8
Files changed
package.json | changed |
package.json | ||
---|---|---|
@@ -1,9 +1,9 @@ | ||
1 | 1 | { |
2 | 2 | "name": "craftworks-todomvc", |
3 | 3 | "version": "0.0.0", |
4 | 4 | "description": "real-world production-quality TodoMVC example", |
5 | - "main": "index.js", | |
5 | + "main": "server", | |
6 | 6 | "scripts": { |
7 | 7 | "postinstall": "lnfs app node_modules/app", |
8 | 8 | "lint": "snazzy", |
9 | 9 | "format": "snazzy --format", |
Built with git-ssb-web