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 638e1d7 commit 54e7908Copy full SHA for 54e7908
.babelrc
@@ -0,0 +1,3 @@
1
+{
2
+ "presets": ["es2015"]
3
+}
package.json
@@ -22,12 +22,13 @@
22
"homepage": "https://github.com/alferov/angular-file-saver",
23
"dependencies": {
24
"Blob.js": "git+https://github.com/alferov/Blob.js",
25
- "FileSaver.js": "git+https://github.com/alferov/FileSaver.js"
+ "file-saver": "^1.3.2"
26
},
27
"devDependencies": {
28
"angular": "^1.4.5",
29
"angular-mocks": "^1.4.5",
30
- "babel-core": "^5.8.25",
+ "babel-core": "^6.10.4",
31
+ "babel-preset-es2015": "^6.9.0",
32
"browser-filesaver": "^1.0.0",
33
"browser-sync": "^2.8.2",
34
"eslint": "^1.3.1",
0 commit comments