From 48a5d680dce4eca87ec37eeb77461368847437a8 Mon Sep 17 00:00:00 2001 From: Jun Yang Date: Thu, 15 Aug 2019 18:54:40 +0800 Subject: [PATCH] chore: add repository to package.json --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 492c437..b408a58 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,10 @@ "dev": "NODE_ENV=development node test", "test": "./node_modules/.bin/mocha --colors --require should tests/support/babel tests/" }, + "repository": { + "type": "git", + "url": "git+https://github.com/searchfe/akb.git" + }, "dependencies": { "chalk": "^1.1.3", "chokidar": "^1.6.1",