Skip to content

Commit

Permalink
Get Blob.js from npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Alferov committed Jan 6, 2017
1 parent c51f3fa commit 4cb3e49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"homepage": "https://github.com/alferov/angular-file-saver",
"dependencies": {
"Blob.js": "git+https://github.com/alferov/Blob.js",
"blob-tmp": "^1.0.0",
"file-saver": "^1.3.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/dependencies/blob-bundle.service.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

require('Blob.js');
require('blob-tmp');

module.exports = function Blob($window) {
return $window.Blob;
Expand Down

0 comments on commit 4cb3e49

Please sign in to comment.