We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c51f3fa commit 4cb3e49Copy full SHA for 4cb3e49
package.json
@@ -21,7 +21,7 @@
21
},
22
"homepage": "https://github.com/alferov/angular-file-saver",
23
"dependencies": {
24
- "Blob.js": "git+https://github.com/alferov/Blob.js",
+ "blob-tmp": "^1.0.0",
25
"file-saver": "^1.3.3"
26
27
"devDependencies": {
src/dependencies/blob-bundle.service.js
@@ -1,6 +1,6 @@
1
'use strict';
2
3
-require('Blob.js');
+require('blob-tmp');
4
5
module.exports = function Blob($window) {
6
return $window.Blob;
0 commit comments