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

Commit

Permalink
Merge pull request #21 from lloydbenson/master
Browse files Browse the repository at this point in the history
upgrade to lab 6 and fix license error
  • Loading branch information
dannycoates committed Sep 30, 2015
2 parents 23f446b + 4aacd87 commit a576468
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,11 @@
"devDependencies": {
"code": "1.x.x",
"hapi": "8.x.x",
"lab": "5.x.x"
"lab": "6.x.x"
},
"scripts": {
"test": "lab -r console -t 100 -a code -L",
"test-cov-html": "lab -r html -o coverage.html -a code -L"
},
"licenses": [
{
"type": "BSD",
"url": "http://github.com/hapijs/hapi-auth-hawk/raw/master/LICENSE"
}
]
"license": "BSD-3-Clause"
}

0 comments on commit a576468

Please sign in to comment.