From 75f093f4399f7bd2991b97f4c77e33bea1b837ab Mon Sep 17 00:00:00 2001 From: Felix Wiedenbach Date: Tue, 13 Feb 2024 22:53:28 +0100 Subject: [PATCH] Update package.json --- package.json | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d7cafee..497624a 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,22 @@ { "name": "mmm-soccer", "version": "2.2.1", - "description": "European Soccer Standings Module for MagicMirror2", + "description": "Soccer/football standings module for MagicMirror²", "repository": { "type": "git", "url": "git+https://github.com/fewieden/MMM-soccer.git" }, "keywords": [ - "MagicMirror", - "soccer standings" + "MagicMirror²", + "soccer standings", + "football standings", + "bundesliga", + "premier league", + "serie a", + "la liga", + "ligue 1", + "eredivisie", + "primeira liga" ], "author": "fewieden", "license": "MIT", @@ -17,8 +25,9 @@ }, "homepage": "https://github.com/fewieden/MMM-soccer#readme", "scripts": { - "docs": "jsdoc -c jsdoc.json .", - "lint": "eslint . && stylelint **/*.css", + "lint": "npm run lint:js && npm run lint:css", + "lint:js": "eslint .", + "lint:css": "stylelint **/*.css", "test": "jest", "test:coverage": "jest --coverage" },