We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2872228 + d266a5b commit dbec7d4Copy full SHA for dbec7d4
package.json
@@ -2,7 +2,7 @@
2
"author": "mrodrig",
3
"name": "json-2-csv",
4
"description": "A JSON to CSV and CSV to JSON converter that natively supports sub-documents and auto-generates the CSV heading.",
5
- "version": "2.1.1",
+ "version": "2.1.2",
6
"repository": {
7
"type": "git",
8
"url": "http://github.com/mrodrig/json-2-csv.git"
@@ -25,14 +25,14 @@
25
],
26
"dependencies": {
27
"underscore": "1.8.3",
28
- "doc-path": "1.0.8",
29
- "bluebird": "3.5.0"
+ "doc-path": "1.2.0",
+ "bluebird": "3.5.1"
30
},
31
"devDependencies": {
32
"mocha": "3.3.0",
33
"istanbul": "0.4.5",
34
- "should": "11.2.1",
35
- "async": "2.3.0"
+ "should": "13.1.2",
+ "async": "2.5.0"
36
37
"engines": {
38
"node": "*"
0 commit comments