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",
"directories": {
"lib": "dist"
},
"main": "dist/headroom",
"files": ["dist/**/*"],
"ignore": ["spec", "src", "*"],
"format": "global",
"shim": {
"headroom": {
"dist/headroom": {
"exports": "Headroom"
}
},
"registry": "jspm"
}
}