Package Exports
- dis-dat
- dis-dat/lib/index.js
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 with dad (dis-and-dat) or sequentially with dtd (dis-then-dat)
# all in parallel
$ dad "npm test" "eslint ."
# one then the other
$ dtd "npm install" "npm test"