Commit a633146d877910913f0946c463ccc34f4fe843cc
node_modules/app -> ./app symlink
for better local requires: https://gist.github.com/branneman/8048520#1-the-symlink implemented as 'postinstall' npm script using cross-platform symlink moduleMichael Williams committed on 11/28/2015, 5:37:44 AM
Parent: 74d58f22132b893e58dfdd0e60e1698878d99c1f
Files changed
package.json | changed |
package.json | ||
---|---|---|
@@ -3,8 +3,9 @@ | ||
3 | 3 | "version": "0.0.0", |
4 | 4 | "description": "production-quality TodoMVC example", |
5 | 5 | "main": "index.js", |
6 | 6 | "scripts": { |
7 | + "postinstall": "lnfs app node_modules/app", | |
7 | 8 | "lint": "snazzy", |
8 | 9 | "format": "snazzy --format", |
9 | 10 | "test": "(npm run spec & npm run feature)", |
10 | 11 | "spec": "node spec", |
Built with git-ssb-web