[CSV Export] Add CSV library as dependency

For use in general-purpose CSV export service, #649
This commit is contained in:
Victor Woeltjen 2016-02-05 12:21:06 -08:00
parent 73324ce338
commit 3ae8fcc8b4
2 changed files with 3 additions and 1 deletions

View File

@ -15,6 +15,7 @@
"text": "requirejs-text#^2.0.14",
"es6-promise": "^3.0.2",
"screenfull": "^3.0.0",
"node-uuid": "^1.4.7"
"node-uuid": "^1.4.7",
"comma-separated-values": "^3.6.4"
}
}

View File

@ -26,6 +26,7 @@ requirejs.config({
"legacyRegistry": "src/legacyRegistry",
"angular": "bower_components/angular/angular.min",
"angular-route": "bower_components/angular-route/angular-route.min",
"csv": "bower_components/comma-separated-values/csv.min",
"es6-promise": "bower_components/es6-promise/promise.min",
"moment": "bower_components/moment/moment",
"moment-duration-format": "bower_components/moment-duration-format/lib/moment-duration-format",