Skip to content

Commit

Permalink
Merge pull request #165 from sayanee/fix_npm_postinstall
Browse files Browse the repository at this point in the history
fix: removing `bower install` in `postinstall` script

ref: #164
  • Loading branch information
dennybiasiolli authored Jan 4, 2017
2 parents c8bdd25 + a6a787b commit ac8dc20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
## for fixes

1. This is for a fix or a patch for a found bug
- Fork this project and install the packages with npm
- Fork this project and install the packages with npm and bower

```
npm install
npm install && npm run bower install
```
- Create a new patch branch
- Code code code and amend the file `src/angular-pdf.js`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"phantomjs-prebuilt": "^2.1.4"
},
"scripts": {
"bower": "bower",
"build": "grunt",
"postinstall": "bower install",
"start": "http-server ./example -p 8081",
"test": "grunt --verbose"
}
Expand Down

0 comments on commit ac8dc20

Please sign in to comment.