Skip to content

Commit 861a305

Browse files
author
Philipp Alferov
committed
Merge pull request #6 from Sweebr/master
Fix repo paths in package.json
2 parents 572b357 + 942e058 commit 861a305

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
},
2222
"homepage": "https://github.com/alferov/angular-file-saver",
2323
"dependencies": {
24-
"Blob.js": "https://github.com/alferov/Blob.js",
25-
"FileSaver.js": "https://github.com/alferov/FileSaver.js"
24+
"Blob.js": "git+https://github.com/alferov/Blob.js",
25+
"FileSaver.js": "git+https://github.com/alferov/FileSaver.js"
2626
},
2727
"devDependencies": {
2828
"angular": "^1.4.5",

0 commit comments

Comments
 (0)