Skip to content

Commit

Permalink
Nodeunit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
geoip2 committed Aug 8, 2022
1 parent 06baa7c commit 0495f0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- '8'
- '12'
sudo: false
branches:
except:
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"update": true
},
"devDependencies": {
"eslint": "4.0.0 - 4.19.1"
"eslint": "4.0.0 - 4.19.1",
"nodeunit": "^0.11.3"
}
}

0 comments on commit 0495f0e

Please sign in to comment.