Skip to content

Commit

Permalink
Merge 5919a6e into 4e3902f
Browse files Browse the repository at this point in the history
  • Loading branch information
isocroft committed Dec 8, 2018
2 parents 4e3902f + 5919a6e commit 17cde0c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
language: node_js
node_js:
- node
- 8.0.0
- 8.9.0
- 9.0.0
- 10.0.0
sudo: false
install:
- npm install
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
environment:
matrix:
- nodejs_version: Stable
- nodejs_version: 8.0.0
- nodejs_version: 8.9.0
init: git config --global core.autocrlf true
install:
- ps: 'Install-Product node $env:nodejs_version'
Expand Down
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"coveralls"
],
"appveyorUsername": "thetutlage",
"minNodeVersion": "8.0.0"
"minNodeVersion": "9.0.0"
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adonisjs/ally",
"version": "2.1.2",
"version": "2.2.0",
"description": "Social authenticator for AdonisJs Framework",
"main": "index.js",
"files": [
Expand Down Expand Up @@ -59,7 +59,7 @@
"dependencies": {
"@adonisjs/generic-exceptions": "^2.0.1",
"debug": "^4.0.1",
"got": "8.3.2",
"got": "^9.3.2",
"lodash": "^4.17.11",
"oauth": "^0.9.15",
"uuid": "^3.3.2"
Expand Down

0 comments on commit 17cde0c

Please sign in to comment.