As I configure:
// package.json
{
"files": [ "dist/", "typings.json" ]
...
}
When I install the package jspm i bit:abc (bit is my registry), all folders in the git repo are created:
bit
+--- abc@1.2.3
+--- src
+--- dist
+--- spec
Those folders are correctly empty thou.
Also tried
{
"jspm": {
"files": ["dist/", "typings.json" ]
}
}
with same result.