From 4430446731b1bec045823103b6bfda485ce3ecf9 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sun, 24 Jan 2021 15:11:37 -0500 Subject: [PATCH] Package update (#1308) * Update eslint command to use npx * Omit author field --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index a658f8b4..ebb25caa 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "scripts": { "build": "node ./dev/build.js", "test": "npm run test-lint && npm run test-lint-css && npm run test-code && npm run test-manifest && npm run test-build", - "test-lint": "eslint . && node ./dev/lint/global-declarations.js && node ./dev/lint/html-scripts.js", + "test-lint": "npx eslint . && node ./dev/lint/global-declarations.js && node ./dev/lint/html-scripts.js", "test-lint-css": "npx stylelint \"**/*.css\"", "test-lint-web-ext": "npx web-ext lint", "test-code": "node ./test/test-all.js ./test --skip ./test/test-manifest.js", @@ -19,7 +19,6 @@ "type": "git", "url": "git+https://github.com/FooSoft/yomichan.git" }, - "author": "FooSoft", "license": "GPL-3.0-or-later", "licenses": [ {