Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

winex-bootstrap

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

winex-bootstrap

bootstrap your winex projects

  • 1.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

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

Keywords

FAQs

Package last updated on 23 Jun 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc