Skip to content
This repository has been archived by the owner on Apr 20, 2019. It is now read-only.

Commit

Permalink
update deps. Closes #19
Browse files Browse the repository at this point in the history
  • Loading branch information
hueniverse committed Dec 1, 2016
1 parent 3b3c4ad commit 9eb3ca6
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
Empty file modified .gitignore 100644 → 100755
Empty file.
Empty file modified .npmignore 100644 → 100755
Empty file.
12 changes: 12 additions & 0 deletions .travis.yml
Expand Up @@ -3,6 +3,18 @@ language: node_js
node_js:
- "4"
- "6"
- "7"
- "node"

sudo: false

env:
- HAPI_VERSION="13"
- HAPI_VERSION="14"
- HAPI_VERSION="15"
- HAPI_VERSION="16"

install:
- npm install
- npm install hapi@$HAPI_VERSION

Empty file modified README.md 100644 → 100755
Empty file.
8 changes: 4 additions & 4 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "scarecrow",
"description": "Oz authentication plugin",
"version": "3.0.3",
"version": "3.0.4",
"repository": "git://github.com/hapijs/scarecrow",
"main": "lib/index.js",
"keywords": [
Expand All @@ -19,11 +19,11 @@
"oz": "4.x.x"
},
"peerDependencies": {
"hapi": ">=10.0.0"
"hapi": ">=13.0.0"
},
"devDependencies": {
"code": "3.x.x",
"hapi": "15.x.x",
"code": "4.x.x",
"hapi": "16.x.x",
"lab": "11.x.x"
},
"scripts": {
Expand Down

0 comments on commit 9eb3ca6

Please sign in to comment.