Skip to content

Commit

Permalink
Feature/perpare npm release (#104)
Browse files Browse the repository at this point in the history
* Prepare release to npm
  • Loading branch information
mbohal authored Apr 28, 2017
1 parent 7ccaced commit d45346a
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/.*
/src/js/tests
/src/styleguide
/src/less/homepage.md
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-ui",
"version": "2.3.2",
"version": "2.3.3",
"description": "Bootstrap UI is a Bootstrap 3 extension for building beautiful web apps user interfaces.",
"repository": {
"type": "git",
Expand Down
23 changes: 20 additions & 3 deletions src/less/homepage.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,31 @@ interfaces.</p>

<h2 id="installation" class="page-header">Installation</h2>

The recommended way to install Bootstrap UI is via [Bower](http://bower.io) (assumes you have
[Node.js](http://nodejs.org) and [Bower](http://bower.io) installed in your system).
For both installation methods must have [Node.js](http://nodejs.org) installed.

### Npm registry
The recommended way to install Bootstrap UI is from the npm registry.

```
$ npm install --save bootstrap-ui
```

Or if you use [Yarn](https://yarnpkg.com):

```
$ yarn add bootstrap-ui
```

### Bower
You can also install it via [Bower](http://bower.io).
However please do note that bower is [deprecated](https://bower.io/).

```
$ bower install --save bootstrap.ui
```

You can also download all releases from [GitHub](https://github.com/visionappscz/bootstrap-ui/releases).
### Download
All releases can also be downloaded from [GitHub](https://github.com/visionappscz/bootstrap-ui/releases).

<h2 id="usage" class="page-header">Usage</h2>

Expand Down

0 comments on commit d45346a

Please sign in to comment.