0.2.0 • Published 9 years ago

bootstrap-listbuilder v0.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

Build Status Bower Version npm Version Nuget Version

bootstrap-listbuilder

Simple list builder component for Bootstrap.

Installation

Bower Bower Version

bower install bootstrap-listbuilder

npm npm Version npm Downloads

npm install bootstrap-listbuilder

NuGet Nuget Version Nuget Downloads

Install-Package bootstrap-listbuilder

Publishing

Prior to publishing a new version of the package, you must run the following commands to configure your NuGet and npm credentials. You should only need to do this once.

npm adduser
grunt nugetkey --key=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX

Once you have entered your credentials, you can publish to npm and NuGet by running one of the following tasks:

grunt publish

Increments patch version in package.json, publishes to npm and NuGet. This is short-hand for grunt publish:patch.

grunt publish:minor

As before, but bumps minor version.

grunt publish:major

As before, but bumps major version.

The publish task will create an appropriate semver tag which Bower will detect as a new version.

0.2.0

9 years ago

0.1.3

10 years ago

0.1.1

10 years ago