easy-soft-develop 2.0.147 → 2.0.149

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easy-soft-develop",
3
- "version": "2.0.147",
3
+ "version": "2.0.149",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/kityandhero/easy-soft-develop#readme",
6
6
  "bugs": {
@@ -23,6 +23,7 @@ rollup.config-*.cjs
23
23
  .eslintrc.js
24
24
  .prettierrc.js
25
25
  .stylelintrc.js
26
+ .lintstagedrc
26
27
  \`;
27
28
 
28
29
  module.exports = {
@@ -61,7 +61,7 @@ const globalChildPackageFile = {
61
61
 
62
62
  const globalMainPackageFileContent = `${fileGlobalHeader}
63
63
  const lintScript = {
64
- 'z:lint:staged': 'npx lint-staged',
64
+ 'z:lint:staged': 'npx lint-staged --quiet',
65
65
  };
66
66
 
67
67
  const prepareScript = {