From 788bf97d941b49e36ddd9c76ca0147118542434d Mon Sep 17 00:00:00 2001 From: pana Date: Fri, 17 Jan 2014 14:55:10 +0800 Subject: [PATCH] update package.json --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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