Skip to content

Commit

Permalink
Force pdfjs-dist version to prevent a bug with their new webpack support
Browse files Browse the repository at this point in the history
  • Loading branch information
leojpod committed Mar 3, 2017
1 parent 7cec5bb commit 4c2dc25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blueprints/ember-pdf-js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ module.exports = {
// }

afterInstall () {
return this.addBowerPackageToProject('pdfjs-dist', '^1.6.414')
return this.addBowerPackageToProject('pdfjs-dist', '1.7.316')
}
}

0 comments on commit 4c2dc25

Please sign in to comment.