libywlee
v1.0.12
Published
publish only minified js into npm
Readme
How to create
npm initHow to publish
login into npm registry
npm adduserResult
Username: ywlee
Password:
Email: (this IS public) [email protected]
Logged in as ywlee on https://registry.npmjs.org/.check user
whoamiPublish
npm run build
npm publishCheck token
npm token lsNote
- source code is in
srcfolder uglifyjsis used for minifying the source codedistfolder is used for publish- only the minified code will be published (it is not necessary)
