From 7e2df80afd520ddb1a8bcb9f5b5b2de2cc3c626e Mon Sep 17 00:00:00 2001 From: Niklas Fiekas Date: Mon, 9 Jan 2017 14:36:10 +0100 Subject: [PATCH] tweak root package.json and fix syntax --- package.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 8af39af99e..df5acb47dc 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,7 @@ { "name": "lila", "version": "1.0.0", - "description": "[lichess.org](http://lichess.org)", - "main": "index.js", - "dependencies": { - "common": "file:../common" - } - }, + "description": "lichess.org: the forever free, adless and open source chess server", "devDependencies": { "gulp-svgmin": "^1.1.1", "map-stream": "0.0.5", @@ -25,5 +20,5 @@ "bugs": { "url": "https://github.com/ornicar/lila/issues" }, - "homepage": "http://lichess.org" + "homepage": "https://lichess.org" }