Skip to content

Commit

Permalink
Update package.json with better version #, example to use newer Expre…
Browse files Browse the repository at this point in the history
…ss convention.
  • Loading branch information
offsnore committed Apr 6, 2013
1 parent 6ad04ca commit f025e00
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
node_modules/*
2 changes: 1 addition & 1 deletion Example.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var wunder = new WunderNodeClient(apikey,debug, country, city);

var express = require('express');

var app = express.createServer();
var app = express();


app.get('/', function(req, res) {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"request": ">= 2.9.201"
},
"devDependencies": {
"express": ">= 2.5.9"
"express": ">= 3.0"
},
"repository" : {"type": "git", "url": "git://github.com/evalcrux/wundernode.git"},
"main" : "wundernode.js",
"engines": {
"node": ">=0.6.7"
},
"version" : "0.0.2"
"version" : "0.2.0"
}

0 comments on commit f025e00

Please sign in to comment.