summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-01-24 15:11:37 -0500
committerGitHub <noreply@github.com>2021-01-24 15:11:37 -0500
commit4430446731b1bec045823103b6bfda485ce3ecf9 (patch)
treeb162c2938a9f39dd9823e6528df18d4a66148d2b
parenta0657e1bab6450095b020fb47b9c09a8ca7b5cdc (diff)
Package update (#1308)
* Update eslint command to use npx * Omit author field
-rw-r--r--package.json3
1 files changed, 1 insertions, 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": [
{