Skip to content
This repository was archived by the owner on Aug 25, 2022. It is now read-only.

Commit ac8dc20

Browse files
Merge pull request sayanee#165 from sayanee/fix_npm_postinstall
fix: removing `bower install` in `postinstall` script ref: sayanee#164
2 parents c8bdd25 + a6a787b commit ac8dc20

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
## for fixes
66

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

1010
```
11-
npm install
11+
npm install && npm run bower install
1212
```
1313
- Create a new patch branch
1414
- Code code code and amend the file `src/angular-pdf.js`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"phantomjs-prebuilt": "^2.1.4"
3636
},
3737
"scripts": {
38+
"bower": "bower",
3839
"build": "grunt",
39-
"postinstall": "bower install",
4040
"start": "http-server ./example -p 8081",
4141
"test": "grunt --verbose"
4242
}

0 commit comments

Comments
 (0)