Skip to content

Commit

Permalink
Changed dependency rule on connect: avoid using incompatible 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxMotovilov committed May 30, 2014
1 parent 8754d30 commit f68ce8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "galette",
"version": "0.1.8",
"version": "0.1.9",
"description": "Encrypted cookies for session store, credential backup and single sign-on",
"author": {
"name": "Max Motovilov",
Expand All @@ -13,7 +13,7 @@
"lib"
],
"dependencies": {
"connect": ">= 2.0",
"connect": "< 3.0",
"buffalo": ">= 0.1.3",
"node-promise": ">= 0.5.10",
"cookie": ">= 0.1.0",
Expand Down

0 comments on commit f68ce8d

Please sign in to comment.