From d266a5bc860ebb4a8a5ba0e187b252b112d350cd Mon Sep 17 00:00:00 2001 From: mrodrig Date: Fri, 13 Oct 2017 17:15:53 +0000 Subject: [PATCH] 2.1.2 --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e25b06b..06dd891 100755 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "mrodrig", "name": "json-2-csv", "description": "A JSON to CSV and CSV to JSON converter that natively supports sub-documents and auto-generates the CSV heading.", - "version": "2.1.1", + "version": "2.1.2", "repository": { "type": "git", "url": "http://github.com/mrodrig/json-2-csv.git" @@ -25,14 +25,14 @@ ], "dependencies": { "underscore": "1.8.3", - "doc-path": "1.0.8", - "bluebird": "3.5.0" + "doc-path": "1.2.0", + "bluebird": "3.5.1" }, "devDependencies": { "mocha": "3.3.0", "istanbul": "0.4.5", - "should": "11.2.1", - "async": "2.3.0" + "should": "13.1.2", + "async": "2.5.0" }, "engines": { "node": "*"