Skip to content
This repository has been archived by the owner on Apr 16, 2019. It is now read-only.

Commit

Permalink
Merge pull request #7 from drewfish/express4
Browse files Browse the repository at this point in the history
express 4 support
  • Loading branch information
drewfish committed Aug 26, 2014
2 parents 321b18a + 9f8b400 commit 0c0fbeb
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -14,7 +14,8 @@
"url" : "http://caridy.name/"
},
"contributors": [
"alberto chan <[email protected]>"
"alberto chan <[email protected]>",
"Drew Folta <[email protected]>"
],

"main": "index",
Expand All @@ -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": {
Expand All @@ -43,12 +44,12 @@
},

"peerDependencies": {
"express": "3.x"
"express": ">=3.x"
},

"devDependencies": {
"chai" : "*",
"express" : "3.x",
"express" : "4.x",
"istanbul" : "*",
"mocha" : "*",
"mockery" : "*",
Expand Down

0 comments on commit 0c0fbeb

Please sign in to comment.