Skip to content

Commit

Permalink
fix: using wrong version of annotation-router
Browse files Browse the repository at this point in the history
  • Loading branch information
mastilver committed Jul 12, 2015
1 parent b4871f6 commit ed49a55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "sails-hook-annotation-router",
"version": "0.3.0",
"version": "0.3.1",
"description": "sails hook which add annotation routing to controllers",
"main": "index.js",
"scripts": {
Expand All @@ -27,7 +27,7 @@
"supertest": "^1.0.1"
},
"dependencies": {
"annotation-router": "^0.7.0"
"annotation-router": "^0.8.0"
},
"sails": {
"isHook": true
Expand Down

0 comments on commit ed49a55

Please sign in to comment.