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

Commit 962e15a

Browse files
authored
Merge pull request #19 from legalthings/bump-angular
Bump angular to atleast 1.5.8
2 parents 80f4a84 + 8a13e9b commit 962e15a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "git://github.com/legalthings/angular-pdfjs-viewer.git"
1515
},
1616
"dependencies": {
17-
"angular": "~1.4.3",
17+
"angular": "~1.5.8",
1818
"pdf.js-viewer": "~0.3.0"
1919
},
2020
"ignore": [

demo/bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"private": "true",
66
"dependencies": {
7-
"angular": "~1.4.3",
7+
"angular": "~1.5.8",
88
"pdf.js-viewer": "~0.3.0"
99
}
1010
}

0 commit comments

Comments
 (0)