Package Exports
- dis-dat
- dis-dat/dist/cjs/index.cjs
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)
# dis and dat: all in parallel
$ dad "npm test" "eslint ."
# dis then dat: one then the other, stopping if one fails
$ dtd "npm install" "npm test"