Package Exports
- dis-dat
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (dis-dat) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
dis-dat
"Run commands in parallel (dad / dis-and-dat) or sequentially (dtd / dis-then-dat)
# one then the other
$ dtd "npm install" "npm test"
# all in parallel
$ dad "npm test" "eslint ."