Skip to content

Commit

Permalink
Drop node 6 and update dependencies (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeper[bot] authored and vweevers committed Apr 7, 2019
1 parent fe624eb commit 0fda232
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ skip_tags: false

environment:
matrix:
- nodejs_version: "6"
- nodejs_version: "8"
- nodejs_version: "9"
- nodejs_version: "10"
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@
"pascal-case": "~2.0.1",
"pe-machine-type": "~1.0.0",
"pretty-tree": "~1.0.0",
"registry-js": "~1.0.7",
"resolve": "~1.8.1",
"registry-js": "~1.3.4",
"resolve": "~1.10.0",
"which": "~1.3.0",
"win-version-info": "~2.1.0",
"windows-env": "~1.0.1",
"xtend": "^4.0.0",
"yargs": "~12.0.4"
"yargs": "~13.2.2"
},
"devDependencies": {
"hallmark": "~0.1.0",
"standard": "~12.0.1",
"tape": "~4.9.0",
"tape": "~4.10.1",
"win-dummy-exe": "0.0.1"
},
"repository": "vweevers/win-detect-browsers",
Expand All @@ -58,6 +58,6 @@
"yandex"
],
"engines": {
"node": ">=6"
"node": ">=8"
}
}

0 comments on commit 0fda232

Please sign in to comment.