diff --git a/package.json b/package.json index 9a4e87c..6f5fb64 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "description": "A Web-MP3-Player with Playlist Support", "main": "src/player.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "npx eslint src/player.js" }, "repository": { "type": "git", @@ -14,6 +14,7 @@ "author": "tilt ", "license": "MIT", "dependencies": { + "eslint": "^9.14.0", "minify": "^11.4.1" } }