Skip to content

Commit

Permalink
Merge 1e55798 into 4e3902f
Browse files Browse the repository at this point in the history
  • Loading branch information
isocroft committed Dec 7, 2018
2 parents 4e3902f + 1e55798 commit eb208ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
language: node_js
node_js:
- node
- 8.0.0
- 9.0.0
- 10.0.0
sudo: false
install:
- npm install
Expand Down
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": "3.0.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 eb208ec

Please sign in to comment.