Skip to content

Commit

Permalink
fix(exporter): add missing dependencies
Browse files Browse the repository at this point in the history
Add missing dependencies for export feature to its package.json file.
  • Loading branch information
Portugal, Marcelo authored and mportuga committed Jan 7, 2019
1 parent 9f0f0c9 commit a86eb0e
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions packages/exporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@
"main": "index.js",
"dependencies": {
"@ui-grid/core": "4.6.6",
"angular": ">=1.4.0 1.7.x"
"angular": ">=1.4.0 1.7.x",
"csv-js": "~1.0.0",
"excel-builder": "~2.0.2",
"jszip": "~2.6.1",
"lodash": "~2.4.1",
"pdfmake": "~0.1.8"
},
"repository": {
"type": "git",
Expand All @@ -14,7 +19,7 @@
"homepage": "http://ui-grid.info",
"bugs": { "url": "https://github.com/angular-ui/ui-grid/issues" },
"keywords": [
"angular",
"angularjs",
"ng-grid",
"nggrid",
"grid",
Expand All @@ -25,6 +30,9 @@
"ui grid",
"data grid",
"ui-grid/exporter",
"csv",
"excel",
"pdf",
"export data"
],
"author": "UI Grid Team",
Expand Down

0 comments on commit a86eb0e

Please sign in to comment.