Skip to content

Commit 47ec656

Browse files
author
Philipp Alferov
committed
Fix bower metadata
1 parent f3b6bb5 commit 47ec656

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

bower.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
{
22
"name": "angular-file-saver",
33
"version": "0.0.1",
4+
"main": [
5+
"src/file-saver.js"
6+
],
47
"authors": [
58
"Philipp Alferov <[email protected]>"
69
],
7-
"description": "Provides integration between FileSaver.js (implements HTML5 saveAs()) and angular",
10+
"description": "An AngularJS service that implements the HTML5 W3C saveAs() in browsers that do not natively support it",
811
"keywords": [
912
"filesaver",
1013
"angular",

0 commit comments

Comments
 (0)