UNPKG

npm-submodules

Version:

Simple way to manage typescipt and angular2 submodules from one repository

7 lines (6 loc) 305 B
export { buildPkgJson, buildPkgs } from './build-pkg-json.task'; export { npmInstall } from './npm-install.task'; export { npmLink } from './npm-link.task'; export { npmPublish } from './npm-publish.task'; export { npmVersion } from './npm-version.task'; export { npmDistTag } from './npm-dist-tag.task';