diff --git a/README.md b/README.md index 8defdb4..8469db6 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ * Download the latest release: [v0.9.0](https://github.com/minddust/bootstrap-progressbar/archive/v0.9.0.zip) * Clone the repository: `git clone git@github.com:minddust/bootstrap-progressbar.git` * Install with [Bower](http://bower.io): `bower install bootstrap-progressbar` +* Install with [npm](https://www.npmjs.com/package/bootstrap-progressbar): `npm install bootstrap-progressbar` ## Usage diff --git a/package.json b/package.json index dca17b1..0418c67 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "bootstrap-progressbar", "description": "progressbar interactions for twitter bootstrap 2 & 3", + "main": "bootstrap-progressbar.js", "homepage": "http://www.minddust.com", "license": "MIT", "version": "0.9.0",