Skip to content

Commit

Permalink
Merge pull request #176 from Medium/valueof/update
Browse files Browse the repository at this point in the history
Update matador to use new soynode
  • Loading branch information
valueof committed Jan 20, 2017
2 parents 3704002 + d59c6d6 commit 328eeef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "matador",
"description": "an MVC framework for Node",
"version": "2.0.0-alpha.16",
"version": "2.1.0",
"homepage": "https://github.com/Medium/matador",
"main": "src/matador.js",
"authors": [
Expand All @@ -26,8 +26,8 @@
"cookies": "^0.5.0",
"cookie-parser": "^1.3.5",
"errorhandler": "^1.4.0",
"qs": "^3.1.0",
"soynode": "^2.0.0",
"qs": "^3.1.0",
"soynode": "^2.1.0",
"serve-static": "^1.10.0",
"useragent": "^2.1.7",
"valentine": "1.8.0"
Expand Down

0 comments on commit 328eeef

Please sign in to comment.