From 9f8b400b7a4fc1600befea50fb0a36666cec7f46 Mon Sep 17 00:00:00 2001 From: Drew Folta Date: Tue, 26 Aug 2014 12:08:18 -0700 Subject: [PATCH] express 4 support --- package.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 48361ef..e4da4d8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name" : "express-view", "description": "Express view class for synthetic views.", - "version" : "0.0.1-rc3", + "version" : "0.1.0", "homepage" : "https://github.com/caridy/express-view", "keywords": [ @@ -14,7 +14,8 @@ "url" : "http://caridy.name/" }, "contributors": [ - "alberto chan " + "alberto chan ", + "Drew Folta " ], "main": "index", @@ -26,11 +27,11 @@ "repository": { "type": "git", - "url" : "git://github.com/caridy/express-view.git" + "url" : "git://github.com/yahoo/express-view.git" }, "bugs": { - "url": "https://github.com/caridy/express-view/issues" + "url": "https://github.com/yahoo/express-view/issues" }, "engines": { @@ -43,12 +44,12 @@ }, "peerDependencies": { - "express": "3.x" + "express": ">=3.x" }, "devDependencies": { "chai" : "*", - "express" : "3.x", + "express" : "4.x", "istanbul" : "*", "mocha" : "*", "mockery" : "*",