diff --git a/README.md b/README.md index 002fa94e..4820a91e 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,7 @@ For running the dev enviroment you just need install all the dependencies by `npm`, the [node package manager][npm-site]. ``` -npm install -g bower npm install -bower install ``` Run dev enviroment, it's a watch script with several task running diff --git a/package.json b/package.json index 41eee477..41b06b79 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "http-server": "^0.7.5", "protractor": "^1.7.0", "blueimp-md5": "^1.1.0", + "bower": "^1.3.12", "camel-case": "^1.0.2", "chalk": "^0.5.1", "coveralls": "^2.11.2", @@ -50,6 +51,7 @@ }, "scripts": { "start": "node docs/server.js port=3000", + "postinstall": "bower install", "start_docs": "node docs/server.js port=25907", "test": "gulp test", "watch": "gulp watch"