Skip to content

Commit

Permalink
Add back node10 support, v1.0.6 - close #6
Browse files Browse the repository at this point in the history
  • Loading branch information
GitSquared committed Apr 14, 2020
1 parent d316546 commit b21176a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: node_js
node_js:
- 10
- 12
- 13
jobs:
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "geolite2-redist",
"version": "1.0.5",
"version": "1.0.6",
"description": "Redistribution of Maxmind's GeoLite2 Free Databases (without License Key)",
"main": "index.js",
"types": "index.d.ts",
"engines": {
"node": ">= 12.10.0"
"node": ">= 10.0.0"
},
"keywords": [
"maxmind",
Expand Down Expand Up @@ -35,6 +35,7 @@
},
"homepage": "https://github.com/GitSquared/node-geolite2-redist#readme",
"dependencies": {
"rimraf": "^3.0.2",
"tar": "^6.0.1"
},
"devDependencies": {
Expand Down

0 comments on commit b21176a

Please sign in to comment.