mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 21:28:06 +00:00
fix: remove napi git hook to avoid warning
This commit is contained in:
parent
74bf714c28
commit
a5cd7fe080
1 changed files with 0 additions and 13 deletions
|
|
@ -16,20 +16,9 @@
|
||||||
],
|
],
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"types": "./interface.d.ts",
|
"types": "./interface.d.ts",
|
||||||
"husky": {
|
|
||||||
"hooks": {
|
|
||||||
"pre-commit": "lint-staged"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=12"
|
"node": ">=12"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
|
||||||
"*.js": [
|
|
||||||
"eslint --fix",
|
|
||||||
"git add"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"author": "binaryify",
|
"author": "binaryify",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"files": [
|
"files": [
|
||||||
|
|
@ -56,9 +45,7 @@
|
||||||
"eslint-config-prettier": "6.13.0",
|
"eslint-config-prettier": "6.13.0",
|
||||||
"eslint-plugin-html": "6.0.3",
|
"eslint-plugin-html": "6.0.3",
|
||||||
"eslint-plugin-prettier": "3.1.4",
|
"eslint-plugin-prettier": "3.1.4",
|
||||||
"husky": "4.2.5",
|
|
||||||
"intelli-espower-loader": "1.0.1",
|
"intelli-espower-loader": "1.0.1",
|
||||||
"lint-staged": "10.4.0",
|
|
||||||
"mocha": "8.2.0",
|
"mocha": "8.2.0",
|
||||||
"power-assert": "1.6.1",
|
"power-assert": "1.6.1",
|
||||||
"prettier": "2.1.2",
|
"prettier": "2.1.2",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue