Skip to content

Commit

Permalink
fix(package): update dependencies (#57)
Browse files Browse the repository at this point in the history
Also update Travis CI configuration to use newer versions of Node.js.

Closes #39
Closes #40
Closes #50
Closes #51
Closes #53
  • Loading branch information
TimothyGu authored Mar 8, 2020
1 parent b7a32da commit 43038ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
sudo: false
language: node_js
node_js:
- '6'
- '8'
- '10'
- '12'
- node
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"LICENSE"
],
"dependencies": {
"acorn": "^6.0.1",
"acorn-walk": "^6.0.1"
"acorn": "^7.1.1",
"acorn-walk": "^7.1.1"
},
"devDependencies": {
"testit": "^3.0.0"
"testit": "^3.1.0"
},
"scripts": {
"test": "node test"
Expand All @@ -32,4 +32,4 @@
},
"author": "ForbesLindesay",
"license": "MIT"
}
}

0 comments on commit 43038ba

Please sign in to comment.