Skip to content

Commit

Permalink
Bower was not working inside npm so I add back to the Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Zizzamia committed Mar 10, 2015
1 parent 892c04d commit 48ff2b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ all the dependencies by `npm`, the [node package manager][npm-site].
```
npm install -g gulp
npm install
bower install
```

Run dev environment, it's a watch script with several task running
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A lightweight, flexible, and tasty collection of reusable UI components for AngularJS.",
"main": "index.js",
"devDependencies": {
"benchpress": "^2.0.0-alpha.11",
"benchpress": "^2.0.0-alpha.12",
"http-server": "^0.7.5",
"protractor": "^1.7.0",
"blueimp-md5": "^1.1.0",
Expand Down Expand Up @@ -51,7 +51,6 @@
},
"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"
Expand Down

0 comments on commit 48ff2b0

Please sign in to comment.