UNPKG

ngm-cli

Version:

Simple way to manage angular submodules in one repository

7 lines (6 loc) 269 B
export { build } from './build.task'; export { bundleUmd } from './bundle-umd.task'; export { bundleEs2015 } from './bundle-es2015'; export * from './npm'; export { cleanDist } from './clean-dist.task'; export { prepublishGitCheck } from './prepublish-git-check.task';