We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dbc1b0 commit 0a31e89Copy full SHA for 0a31e89
.travis.yml
@@ -1,9 +1,9 @@
1
language: "node_js"
2
node_js:
3
- - "6"
4
- "8"
5
- "10"
6
- "11"
+ - "12"
7
8
before_install:
9
- "npm install [email protected] -g"
package.json
@@ -32,7 +32,7 @@
32
}
33
],
34
"main": "./lib",
35
- "browserslist": ["node >= 6.0.0"],
+ "browserslist": ["node >= 8.0.0"],
36
"dependencies": {
37
"@passport-next/passport-strategy": "1.x.x"
38
},
@@ -60,7 +60,7 @@
60
"typescript": "^3.4.5"
61
62
"engines": {
63
- "node": ">=6.0.0"
+ "node": ">=8.0.0"
64
65
"scripts": {
66
"spec": "mocha --reporter spec --require test/bootstrap/node test/*.test.js test/**/*.test.js",
0 commit comments