Skip to content

Commit

Permalink
dependency fix and bump node to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
zmknox committed Nov 18, 2019
1 parent 83f56b1 commit b5d4852
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.swp
npm-debug.log
node_modules/
package-lock.json
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
language: node_js
node_js:
- "0.10"
- "4.9"
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
"test": "./node_modules/mocha/bin/mocha -R spec test/*-test.js"
},
"engines": {
"node": ">=0.10.1"
"node": ">=4.9.1"
},
"dependencies": {
"commander": "2.10.0",
"csv": "^1.1.1",
"csv": "^5.3.0",
"entities": "^1.1.1",
"mocha": "^3.4.1",
"mocha": "^6.2.2",
"xml2js": "^0.4.19"
},
"devDependencies": {
Expand Down

0 comments on commit b5d4852

Please sign in to comment.