Skip to content

Commit dbec7d4

Browse files
authored
Merge pull request #79 from mrodrig/2.1.2
V 2.1.2
2 parents 2872228 + d266a5b commit dbec7d4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
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.1.1",
5+
"version": "2.1.2",
66
"repository": {
77
"type": "git",
88
"url": "http://github.com/mrodrig/json-2-csv.git"
@@ -25,14 +25,14 @@
2525
],
2626
"dependencies": {
2727
"underscore": "1.8.3",
28-
"doc-path": "1.0.8",
29-
"bluebird": "3.5.0"
28+
"doc-path": "1.2.0",
29+
"bluebird": "3.5.1"
3030
},
3131
"devDependencies": {
3232
"mocha": "3.3.0",
3333
"istanbul": "0.4.5",
34-
"should": "11.2.1",
35-
"async": "2.3.0"
34+
"should": "13.1.2",
35+
"async": "2.5.0"
3636
},
3737
"engines": {
3838
"node": "*"

0 commit comments

Comments
 (0)