Skip to content

Commit 008f6db

Browse files
committed
Fixing #68
1 parent 84db07e commit 008f6db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/converter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var buildOptions = function (opts, cb) {
4444
if (isDefined(opts.delimiter)) {
4545
copyOption(opts, 'delimiter.field', 'DELIMITER.FIELD');
4646
copyOption(opts, 'delimiter.array', 'DELIMITER.ARRAY');
47-
copyOption(opts, 'delimiterwrap', 'DELIMITER.WRAP');
47+
copyOption(opts, 'delimiter.wrap', 'DELIMITER.WRAP');
4848
copyOption(opts, 'delimiter.eol', 'DELIMITER.EOL');
4949
}
5050
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "mrodrig",
33
"name": "json-2-csv",
44
"description": "A JSON to CSV and CSV to JSON converter that natively supports sub-documents and auto-generates the CSV heading.",
5-
"version": "2.0.21",
5+
"version": "2.0.22",
66
"repository": {
77
"type": "git",
88
"url": "http://github.com/mrodrig/json-2-csv.git"

0 commit comments

Comments
 (0)