Package update (#1308)

* Update eslint command to use npx

* Omit author field
This commit is contained in:
toasted-nutbread 2021-01-24 15:11:37 -05:00 committed by GitHub
parent a0657e1bab
commit 4430446731
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
"scripts": { "scripts": {
"build": "node ./dev/build.js", "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": "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-css": "npx stylelint \"**/*.css\"",
"test-lint-web-ext": "npx web-ext lint", "test-lint-web-ext": "npx web-ext lint",
"test-code": "node ./test/test-all.js ./test --skip ./test/test-manifest.js", "test-code": "node ./test/test-all.js ./test --skip ./test/test-manifest.js",
@ -19,7 +19,6 @@
"type": "git", "type": "git",
"url": "git+https://github.com/FooSoft/yomichan.git" "url": "git+https://github.com/FooSoft/yomichan.git"
}, },
"author": "FooSoft",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"licenses": [ "licenses": [
{ {