Skip to content

Commit

Permalink
Merge pull request #1860 from petrjasek/master
Browse files Browse the repository at this point in the history
fix(upload): add exif lib to index
  • Loading branch information
petrjasek committed Mar 23, 2016
2 parents 2922eef + 64971f8 commit 6b7539b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions client/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
<script src="bower_components/angular-embed/dist/angular-embed.js"></script>
<script src="bower_components/angular-contenteditable/angular-contenteditable.js"></script>
<script src="bower_components/angular-vs-repeat/src/angular-vs-repeat.js"></script>
<script src="bower_components/exif-js/exif.js"></script>
<!-- endbuild -->

<!-- build:js superdesk-core.js -->
Expand Down
7 changes: 5 additions & 2 deletions client/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"angular-animate": "1.4.8",
"angular-embed": "~3.0.1",
"angular-contenteditable": "~0.3.8",
"angular-vs-repeat": "^1.1.4"
"angular-vs-repeat": "^1.1.4",
"exif-js": "^2.1.1"
},
"ignore": [
"**/.*",
Expand All @@ -41,6 +42,8 @@
"rangy": "~1.3.0"
},
"resolutions": {
"angular": "1.4.8"
"angular": "1.4.8",
"ng-file-upload": "11.2.3",
"medium-editor": "4.9.0"
}
}

0 comments on commit 6b7539b

Please sign in to comment.