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 fbceec8 commit 77c37c2Copy full SHA for 77c37c2
bower.json
@@ -1,6 +1,6 @@
1
{
2
"name": "angular-file-saver",
3
- "version": "0.5.1",
+ "version": "0.5.2",
4
"main": [
5
"dist/angular-file-saver.js"
6
],
package.json
"description": "An AngularJS service that implements the HTML5 W3C saveAs() in browsers that do not natively support it",
"repository": {
"type": "git",
@@ -61,7 +61,7 @@
61
"watchify": "^3.3.1"
62
},
63
"engines": {
64
- "node" : ">=0.12"
+ "node": ">=0.12"
65
66
"scripts": {
67
"precommit": "gulp build",
0 commit comments