tiny-npm-deploy-nemo
v1.0.0
Published
1. Make sure our package name is unique 2. Specify which file should be sent to NPM when we publish 3. Split our 'dependencies' and 'devDependencies' 4. Set our package to be publicly accessible 5. If building a CLI, configure the file to run 6. Add
Downloads
2
Readme
Steps to publishing to NPM
- Make sure our package name is unique
- Specify which file should be sent to NPM when we publish
- Split our 'dependencies' and 'devDependencies'
- Set our package to be publicly accessible
- If building a CLI, configure the file to run
- Add a 'prePublish' script
- Commit to git
- Run 'npm publish'!