0.1.14 • Published 7 years ago
mvplus-line v0.1.14
MvplusLine
This project was generated with Angular CLI version 1.6.5.
Build to local dev
Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.
Build to publish like ng-package
Run npm run packagr to build the project. The build artifacts will be stored in the dist/ directory.
Verify the package.json of dist/ directory. There should be only peerDependencies.
Publish new version
Run npm login, connect to your npm account.
Verify you are in dist/ directory.
Run npm version x.x.x or npm version patch
Run npm publish