Skip to content
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.

Commit

Permalink
Dependency version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddentao committed Feb 28, 2014
1 parent b8d1483 commit 05d8c63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "waigo",
"description": "Next-gen MVC framework based on koa",
"version": "0.4.0",
"version": "0.4.1",
"author": {
"name": "Ramesh Nair",
"email": "ram@hiddentao.com"
Expand All @@ -21,8 +21,8 @@
"koa-response-time": "~1.0.x",
"raw-body": "~1.1.x",
"co-views": "~0.2.x",
"koa-session-mongo": "~1.0.x",
"koa-session-store": "~1.0.x",
"koa-session-mongo": "~1.x.x",
"koa-session-store": "~1.x.x",
"koa-trie-router": "~1.0.x",
"debug": "~0.7.x",
"markdown": "~0.5.x",
Expand Down

0 comments on commit 05d8c63

Please sign in to comment.