From 04b8ea45f389369ca25d09980981856c3f2c0653 Mon Sep 17 00:00:00 2001 From: Roberto Tonino Date: Sun, 8 Nov 2020 12:31:21 +0100 Subject: [PATCH] fix: removed links in package.json --- package.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/package.json b/package.json index c51429c..ce82f9b 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,6 @@ { "name": "deemix-webui", "version": "1.3.0", - "homepage": "https://git.rip/RemixDev/deemix-webui/src/master/README.md", - "repository": { - "type": "git", - "url": "https://git.rip/RemixDev/deemix-webui" - }, "scripts": { "clean": "rimraf public/css/style.css public/css/style.css.map public/js/bundle.js public/js/bundle.js.map", "watch:styles": "sass --watch --source-map --embed-sources src/styles/scss/style.scss public/css/style.css",