fix: removed links in package.json

This commit is contained in:
Roberto Tonino 2020-11-08 12:31:21 +01:00
parent 81f8ed0899
commit 04b8ea45f3
1 changed files with 0 additions and 5 deletions

View File

@ -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",