1.1.0 • Published 10 years ago
winex-bootstrap v1.1.0
Winex Bootstrap
Installation
Install with npm.
npm install winex-bootstrap --saveUsage
- Include
bootstrap.lessinto your project. - Enjoy!
Releasing a new npm version
- Finish updates and commit them
- Prepare the new npm version
- Edit package.json and update the version field: e.g.
v1.0.0 - Add changes to the CHANGELOG.md if available
- Edit package.json and update the version field: e.g.
- Commit the version number update (and nothing else):
git commit -m 'prepare release v.1.0.0' - Create tag:
git tag -a v1.0.0 -m 'release v1.0.0' - Push commit and tag:
git push --tags origin master - Publish the new npm version:
npm publish