Skip to content

Commit a5abed4

Browse files
committed
updated to latest pdfjs
1 parent 1cbe290 commit a5abed4

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed

CONTRIBUTING.md

+15-8
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
1-
Contribute and share :)
1+
#Contribute and share
22

3-
1. Fork this project
4-
1. Create a new feature/patch branch
5-
1. Code code code
6-
1. run `grunt` to ensure the [build](https://travis-ci.org/sayanee/angularjs-pdf) will pass
7-
1. Write a [good commit message](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html)
8-
1. [Pull request](https://help.github.com/articles/using-pull-requests) using the new feature/patch branch
9-
1. Ensure the [Travis build](https://travis-ci.org/webuildsg/webuild) passes
3+
1. Fork this project and install the packages
4+
5+
```
6+
bower install
7+
npm install
8+
```
9+
- Create a new feature/patch branch
10+
- Code code code and amend the `example` folder
11+
- Run `grunt` to create the build files in folder `dist`
12+
- Code code code
13+
- Run `grunt check` to ensure the [build](https://travis-ci.org/sayanee/angularjs-pdf) will pass
14+
- Write a [good commit message](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html)
15+
- [Pull request](https://help.github.com/articles/using-pull-requests) using the new feature/patch branch
16+
- Ensure the [Travis build](https://travis-ci.org/webuildsg/webuild) passes

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"homepage": "https://github.com/sayanee/angularjs-pdf",
88
"dependencies": {
99
"angular-latest": "1.2.25",
10-
"pdfjs-dist": "1.0.89"
10+
"pdfjs-dist": "1.0.833"
1111
}
1212
}

0 commit comments

Comments
 (0)