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