1.1.0 • Published 9 years ago

winex-bootstrap v1.1.0

Weekly downloads
1
License
MIT
Repository
bitbucket
Last release
9 years ago

Winex Bootstrap

Installation

Install with npm.

npm install winex-bootstrap --save

Usage

  1. Include bootstrap.less into your project.
  2. Enjoy!

Releasing a new npm version

  1. Finish updates and commit them
  2. Prepare the new npm version
    1. Edit package.json and update the version field: e.g. v1.0.0
    2. Add changes to the CHANGELOG.md if available
  3. Commit the version number update (and nothing else): git commit -m 'prepare release v.1.0.0'
  4. Create tag: git tag -a v1.0.0 -m 'release v1.0.0'
  5. Push commit and tag: git push --tags origin master
  6. Publish the new npm version: npm publish
1.1.0

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago