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.
1 parent 008f6db commit abdfe8aCopy full SHA for abdfe8a
.gitignore
@@ -31,3 +31,4 @@ node_modules
31
32
.idea
33
34
+test/CSV/*
package.json
@@ -24,15 +24,15 @@
24
"csv-2-json"
25
],
26
"dependencies": {
27
- "underscore": "~1.8.x",
28
- "doc-path": "~1.0.x",
29
- "bluebird": "~3.3.x"
+ "underscore": "1.8.3",
+ "doc-path": "1.0.7",
+ "bluebird": "3.4.6"
30
},
"devDependencies": {
- "mocha": "~2.4.x",
- "istanbul": "~0.4.x",
- "should": "~8.3.x",
35
- "async": "~1.5.x"
+ "mocha": "3.1.0",
+ "istanbul": "0.4.5",
+ "should": "11.1.0",
+ "async": "2.0.1"
36
37
"engines": {
38
"node": "*"
0 commit comments