Compare commits

..

1 Commits

Author SHA1 Message Date
01aad1814b chore(deps): update dependency markdownlint to ^0.37.0 2025-04-03 15:51:34 +00:00

View File

@ -8,9 +8,8 @@
"funding": "https://jaywcjlove.github.io/#/sponsor",
"private": false,
"scripts": {
"prepare": "husky",
"postinstall": "npm run cpy",
"build": "refs-cli && npm run cpy",
"prepare": "husky && cpy",
"build": "refs-cli && cpy",
"start": "refs-cli --watch",
"cpy": "cpy 'appicon/*.png' dist/appicon",
"prettier": "prettier --write '**/*.{mjs,css,json,prettierrc,lintstagedrc}'",
@ -33,7 +32,7 @@
"cpy-cli": "^5.0.0",
"husky": "^9.0.0",
"lint-staged": "^15.0.0",
"markdownlint": "^0.33.0",
"markdownlint": "^0.37.0",
"markdownlint-cli": "^0.39.0",
"prettier": "^3.0.0",
"refs-cli": "^1.8.0"