We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83f56b1 commit b5d4852Copy full SHA for b5d4852
.gitignore
@@ -1,3 +1,4 @@
1
*.swp
2
npm-debug.log
3
node_modules/
4
+package-lock.json
.travis.yml
@@ -1,3 +1,3 @@
language: node_js
node_js:
- - "0.10"
+ - "4.9"
package.json
@@ -25,13 +25,13 @@
25
"test": "./node_modules/mocha/bin/mocha -R spec test/*-test.js"
26
},
27
"engines": {
28
- "node": ">=0.10.1"
+ "node": ">=4.9.1"
29
30
"dependencies": {
31
"commander": "2.10.0",
32
- "csv": "^1.1.1",
+ "csv": "^5.3.0",
33
"entities": "^1.1.1",
34
- "mocha": "^3.4.1",
+ "mocha": "^6.2.2",
35
"xml2js": "^0.4.19"
36
37
"devDependencies": {
0 commit comments