Merge pull request #187 from Pana/master

update package.json
This commit is contained in:
Jonathan Ong 2014-01-16 23:04:31 -08:00
commit 134a21cd6a
1 changed files with 5 additions and 5 deletions

View File

@ -3,13 +3,13 @@
"version": "0.2.1", "version": "0.2.1",
"description": "Koa web app framework", "description": "Koa web app framework",
"main": "index.js", "main": "index.js",
"directories": {
"example": "examples"
},
"scripts": { "scripts": {
"test": "make test" "test": "make test"
}, },
"repository": "koajs/koa", "repository":{
"type": "git",
"url": "https://github.com/koajs/koa"
},
"keywords": [ "keywords": [
"web", "web",
"app", "app",
@ -51,4 +51,4 @@
"engines": { "engines": {
"node": ">= 0.11.9" "node": ">= 0.11.9"
} }
} }