Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fewieden committed Feb 13, 2024
1 parent 8adf20a commit 75f093f
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
},
Expand Down

0 comments on commit 75f093f

Please sign in to comment.