Skip to content

Commit 44ed379

Browse files
committed
Merge pull request #41 from mrodrig/upgrade-dep
Fixing #40, Upgrading to 1.5.0
2 parents ce3890d + 1a28f17 commit 44ed379

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 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": "1.4.0",
5+
"version": "1.5.0",
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.0",
29-
"bluebird": "~2.9.24"
28+
"doc-path": "~1.0.3",
29+
"bluebird": "~2.10.1"
3030
},
3131
"devDependencies": {
32-
"mocha": "~2.2.4",
33-
"istanbul": "~0.3.13",
34-
"should": "~5.2.0",
35-
"async": "~0.9.0"
32+
"mocha": "~2.3.3",
33+
"istanbul": "~0.3.20",
34+
"should": "~7.1.0",
35+
"async": "~1.4.2"
3636
},
3737
"engines": {
3838
"node": "*"

0 commit comments

Comments
 (0)