diff --git a/package.json b/package.json index afabdfc..f0202d2 100644 --- a/package.json +++ b/package.json @@ -3,13 +3,13 @@ "version": "0.2.1", "description": "Koa web app framework", "main": "index.js", - "directories": { - "example": "examples" - }, "scripts": { "test": "make test" }, - "repository": "koajs/koa", + "repository":{ + "type": "git", + "url": "https://github.com/koajs/koa" + }, "keywords": [ "web", "app", @@ -51,4 +51,4 @@ "engines": { "node": ">= 0.11.9" } -} +} \ No newline at end of file