Skip to content

Commit 844eefd

Browse files
YasharFfiznool
authored andcommitted
Update dependencies and engine (#13)
- Updated devDependencies - Update engine to supported versions of nodejs - Add package-lock.json to .gitignore
1 parent 49ce2cc commit 844eefd

File tree

3 files changed

+16
-10
lines changed

3 files changed

+16
-10
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules
22

3-
*.log
3+
*.log
4+
package-lock.json

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: node_js
22
node_js:
3-
- '0.10'
4-
- '0.12'
5-
- '4'
6-
- '5'
3+
- '8'
4+
- '10'
5+
- '12'

package.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,13 @@
1313
"type": "git",
1414
"url": "https://github.com/fiznool/passport-oauth2-refresh.git"
1515
},
16-
"keywords": ["passport", "oauth", "oauth2", "auth", "authentication"],
16+
"keywords": [
17+
"passport",
18+
"oauth",
19+
"oauth2",
20+
"auth",
21+
"authentication"
22+
],
1723
"author": {
1824
"name": "Tom Spencer",
1925
"email": "fiznool@gmail.com",
@@ -25,12 +31,12 @@
2531
},
2632
"homepage": "https://github.com/fiznool/passport-oauth2-refresh",
2733
"devDependencies": {
28-
"chai": "^4.1.2",
29-
"mocha": "^5.2.0",
30-
"sinon": "^5.1.0",
34+
"chai": "^4.2.0",
35+
"mocha": "^6.1.4",
36+
"sinon": "^7.3.2",
3137
"sinon-chai": "^3.1.0"
3238
},
3339
"engines": {
34-
"node": ">=0.10.0"
40+
"node": ">=8.16.0"
3541
}
3642
}

0 commit comments

Comments
 (0)