libywlee
v1.0.12
Published
publish only minified js into npm
Downloads
2
Readme
How to create
npm init
How to publish
login into npm registry
npm adduser
Result
Username: ywlee
Password:
Email: (this IS public) [email protected]
Logged in as ywlee on https://registry.npmjs.org/.
check user
whoami
Publish
npm run build
npm publish
Check token
npm token ls
Note
- source code is in
src
folder uglifyjs
is used for minifying the source codedist
folder is used for publish- only the minified code will be published (it is not necessary)