diff --git a/.npmignore b/.npmignore new file mode 100644 index 00000000..b136c816 --- /dev/null +++ b/.npmignore @@ -0,0 +1,4 @@ +/.* +/src/js/tests +/src/styleguide +/src/less/homepage.md diff --git a/package.json b/package.json index febd075f..a5b23726 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/less/homepage.md b/src/less/homepage.md index dd3bab33..4ac4f963 100644 --- a/src/less/homepage.md +++ b/src/less/homepage.md @@ -12,14 +12,31 @@ interfaces.

-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).