Files
Jan Peša f8b9cf8ace Updated files and ignore
Does almost exactly the same as former directories.lib without mangling main file location path.
2015-05-03 23:18:26 +02:00

12 lines
186 B
JSON

{
"main": "dist/headroom",
"files": ["dist/**/*"],
"ignore": ["spec", "src", "*"],
"format": "global",
"shim": {
"dist/headroom": {
"exports": "Headroom"
}
}
}