From e36de5a03d04b8381fd11290b5d5e3cd062d5481 Mon Sep 17 00:00:00 2001 From: Prokop Simek Date: Mon, 30 Oct 2017 21:08:27 +0100 Subject: [PATCH] Update package.json --- package.json | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index dbb92a8..0198fbf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "code-achiever", "version": "0.3.2", - "description": "SDK Integration Testing server", + "description": "Code achiever", "main": "./dist/index.js", "bin": "./bin/judge", "preferGlobal": true, @@ -12,15 +12,11 @@ "dist": "npm run clean && tsc && node ./tooling/copy.js" }, "repository": { - "type": "git", - "url": "git+ssh://git@github.com/Ceskasporiteln/judge.git" + "type": "git" }, "author": "Vratislav Kalenda", "private": true, - "bugs": { - "url": "https://github.com/Ceskasporiteln/judge/issues" - }, - "homepage": "https://github.com/Ceskasporiteln/judge#readme", + "homepage": "https://github.com/Vratislav/code-achiever", "devDependencies": { "jasmine": "^2.5.2", "shelljs": "^0.5.3",