mirror of
https://github.com/OPSnet/Gazelle.git
synced 2026-01-16 18:04:34 -05:00
update node dependencies with yarn
This commit is contained in:
2556
package-lock.json
generated
2556
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -3,7 +3,6 @@
|
||||
"version": "0.0.0",
|
||||
"description": "",
|
||||
"scripts": {
|
||||
"lint:js": "eslint static/functions",
|
||||
"lint:php:internal": "find . -path './vendor' -prune -o -path ./node_modules -prune -o -type f -name '*.php' -print0 | xargs -0 -n1 -P4 php -l -n | (! grep -v \"No syntax errors detected\" )",
|
||||
"lint:php:phpcs": "vendor/bin/phpcs -p",
|
||||
"lint:php": "npm run lint:php:internal && npm run lint:php:phpcs",
|
||||
@@ -12,8 +11,7 @@
|
||||
},
|
||||
"license": "Unlicense",
|
||||
"devDependencies": {
|
||||
"eslint": "^6.8.0",
|
||||
"husky": "^3.1.0",
|
||||
"husky": "^4.2.5",
|
||||
"lint-staged": "^9.5.0"
|
||||
},
|
||||
"dependencies": {
|
||||
@@ -28,8 +26,7 @@
|
||||
"*.php": [
|
||||
"php -l",
|
||||
"bash .bin/phpcbf",
|
||||
"vendor/bin/phpcs",
|
||||
"git add"
|
||||
"vendor/bin/phpcs"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user