Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update dependencies to streamline compile and reduce audit warnings #144

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ node_js:
- '10'
- '9'
- '8'
- '6'
- '4'

sudo: required

Expand Down
2 changes: 0 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ environment:
- nodejs_version: "10"
- nodejs_version: "9"
- nodejs_version: "8"
- nodejs_version: "6"
- nodejs_version: "4"

install:
- ps: Install-Product node $env:nodejs_version x64
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"GUI"
],
"engines": {
"node": ">=4"
"node": ">=8.9.4 <9 || >=10.0.0 <11"
},
"files": [
"list-sources.js",
Expand All @@ -55,7 +55,7 @@
"autogypi.json"
],
"devDependencies": {
"ava": "^0.25.0",
"ava": "^2.4.0",
"clang-format": "^1.2.2",
"humanize": "0.0.9",
"husky": "^0.14.3",
Expand All @@ -65,7 +65,7 @@
"@mischnic/async-hooks": "^0.0.4",
"autogypi": "^0.2.2",
"libui-download": "^1.1.0",
"nbind": "^0.3.14",
"node-gyp": "^3.3.1"
"nbind": "^0.3.15",
"node-gyp": "^6.0.1"
}
}
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Windows
* Windows: Windows Vista SP2 with Platform Update or newer
* Unix: GTK+ 3.10 or newer
* Mac OS X: OS X 10.8 or newer
* Node.js version 4 or greater.
* Node.js: v8 and v10 (but not v12 due to charto/nbind#133)

# Prerequisites

Expand Down