Skip to content

Publishing to NPM

Mike Goodstadt edited this page May 29, 2019 · 1 revision

Versioning

For greater clarity, major versions >1.7.1 correspond to the Angular version used i.e. 1.7.2 ==> 7.0.0

Publishing library to NPM:

  1. Build the library
ng build ngx-resizable
  1. Login to NPM
user: yourusername`
password: yourPassword`
email: your@login`
  1. Publish on NPM - N.B. from library root
cd projects/ngx-resizable/
npm publish --access public
Clone this wiki locally