Skip to content

Commit

Permalink
Removed bower from npm postinstall.
Browse files Browse the repository at this point in the history
  • Loading branch information
mlijanto committed Nov 13, 2015
1 parent 3d647b3 commit fc0a965
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ http://nodejs.org/download/

Make sure Node.js is available in your path.

### Install Grunt
### Install Grunt and Bower

```
npm install -g grunt-cli
npm install -g bower
```

### Clone the repo
Expand All @@ -32,6 +33,7 @@ To install the required `npm` packages:
```
cd winstrap
npm install
bower install
```

## Building Winstrap
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@
"grunt-sass": "^1.0.0",
"jshint-stylish": "^2.0.0"
},
"scripts": {
"postinstall": "bower install"
},
"bugs": {
"url": "https://github.com/winjs/winstrap/issues"
},
Expand Down

0 comments on commit fc0a965

Please sign in to comment.