Skip to content

Commit

Permalink
hapi 3.0. Closes #4
Browse files Browse the repository at this point in the history
  • Loading branch information
Eran Hammer committed Mar 21, 2014
1 parent be56c6c commit 0bf4d76
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
Copyright (c) 2012-2013, Walmart.
Copyright (c) 2012-2014, Walmart.
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
8 changes: 4 additions & 4 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "hapi-auth-cookie",
"description": "Cookie authentication plugin",
"version": "1.0.1",
"version": "1.0.2",
"author": "Eran Hammer <eran@hueniverse.com> (http://hueniverse.com)",
"repository": "git://github.com/spumko/hapi-auth-cookie",
"main": "index",
Expand All @@ -13,17 +13,17 @@
"session"
],
"engines": {
"node": "0.10.x"
"node": ">=0.10.22"
},
"dependencies": {
"boom": "2.x.x",
"hoek": "^1.4.x"
},
"peerDependencies": {
"hapi": "2.x.x"
"hapi": ">=2.x.x"
},
"devDependencies": {
"hapi": "2.x.x",
"hapi": "3.x.x",
"lab": "1.x.x"
},
"scripts": {
Expand Down

0 comments on commit 0bf4d76

Please sign in to comment.