Skip to content

Commit abdfe8a

Browse files
committed
Updating dependencies
1 parent 008f6db commit abdfe8a

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ node_modules
3131

3232
.idea
3333

34+
test/CSV/*

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
"csv-2-json"
2525
],
2626
"dependencies": {
27-
"underscore": "~1.8.x",
28-
"doc-path": "~1.0.x",
29-
"bluebird": "~3.3.x"
27+
"underscore": "1.8.3",
28+
"doc-path": "1.0.7",
29+
"bluebird": "3.4.6"
3030
},
3131
"devDependencies": {
32-
"mocha": "~2.4.x",
33-
"istanbul": "~0.4.x",
34-
"should": "~8.3.x",
35-
"async": "~1.5.x"
32+
"mocha": "3.1.0",
33+
"istanbul": "0.4.5",
34+
"should": "11.1.0",
35+
"async": "2.0.1"
3636
},
3737
"engines": {
3838
"node": "*"

0 commit comments

Comments
 (0)