Skip to content

Commit 3671879

Browse files
Dmytro ArushanovDmytro Arushanov
authored andcommitted
Bumb Verion
1 parent a44a203 commit 3671879

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

bower.json

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
{
2-
"name": "angular-export-button",
3-
"description": "Angular Export Button - AngularJS directive for creating reports in csv and pdf",
4-
"version": "0.0.4",
5-
"keywords": [
6-
"angular",
7-
"csv",
8-
"pdf",
9-
"makepdf",
10-
"ngcsv"
11-
],
12-
"homepage": "https://github.com/hatch-is/angular-export-button",
13-
"bugs": "https://github.com/hatch-is/angular-export-button/issues",
14-
"author": {
15-
"name": "Dmytro Arushanov",
16-
"email": "[email protected]",
17-
"url": "https://github.com/daruwanov"
18-
},
19-
"repository": {
20-
"type": "git",
21-
"url": "https://github.com/hatch-is/angular-export-button"
22-
},
23-
"main": [
24-
"dist/export-dropdown.js",
25-
"dist/export-dropdown.tpl.js"
26-
],
27-
"dependencies": {
28-
"ng-csv": "0.2.3",
29-
"pdfmake": "0.1.8",
30-
"angular-strap": "~2.0.3"
31-
}
2+
"name": "angular-export-button",
3+
"description": "Angular Export Button - AngularJS directive for creating reports in csv and pdf",
4+
"version": "0.0.5",
5+
"keywords": [
6+
"angular",
7+
"csv",
8+
"pdf",
9+
"makepdf",
10+
"ngcsv"
11+
],
12+
"homepage": "https://github.com/hatch-is/angular-export-button",
13+
"bugs": "https://github.com/hatch-is/angular-export-button/issues",
14+
"author": {
15+
"name": "Dmytro Arushanov",
16+
"email": "[email protected]",
17+
"url": "https://github.com/daruwanov"
18+
},
19+
"repository": {
20+
"type": "git",
21+
"url": "https://github.com/hatch-is/angular-export-button"
22+
},
23+
"main": [
24+
"dist/export-dropdown.js",
25+
"dist/export-dropdown.tpl.js"
26+
],
27+
"dependencies": {
28+
"ng-csv": "v0.3.6",
29+
"pdfmake": "0.1.20",
30+
"angular-strap": "~2.0.3"
31+
}
3232
}

0 commit comments

Comments
 (0)