Updated files and ignore

Does almost exactly the same as former directories.lib without mangling main file location path.
This commit is contained in:
Jan Peša
2015-05-03 23:18:26 +02:00
parent e8da2f322d
commit f8b9cf8ace
@@ -1,13 +1,11 @@
{ {
"main": "headroom", "main": "dist/headroom",
"directories": { "files": ["dist/**/*"],
"lib": "dist" "ignore": ["spec", "src", "*"],
},
"format": "global", "format": "global",
"shim": { "shim": {
"headroom": { "dist/headroom": {
"exports": "Headroom" "exports": "Headroom"
} }
}, }
"registry": "jspm"
} }