Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
asafdav committed Sep 28, 2015
1 parent 2f50137 commit 0756989
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-csv",
"version": "0.3.3",
"version": "0.3.5",
"main": "build/ng-csv.min.js",
"dependencies": {
"angular": "~1",
Expand Down
5 changes: 5 additions & 0 deletions build/ng-csv.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ angular.module('ngCsv',
'ngCsv.directives',
'ngSanitize'
]);

// Common.js package manager support (e.g. ComponentJS, WebPack)
if (typeof module !== 'undefined' && typeof exports !== 'undefined' && module.exports === exports) {
module.exports = 'ngCsv';
}
/**
* Created by asafdav on 15/05/14.
*/
Expand Down
4 changes: 2 additions & 2 deletions build/ng-csv.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-csv",
"version": "0.3.4",
"version": "0.3.5",
"main": "build/ng-csv.min.js",
"description": "Simple directive that turns arrays and objects into downloadable CSV files",
"repository": {
Expand Down

0 comments on commit 0756989

Please sign in to comment.