easy-soft-develop 2.0.175 → 2.0.176

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.175",
3
+ "version": "2.0.176",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/kityandhero/easy-soft-develop#readme",
6
6
  "bugs": {
@@ -33,7 +33,7 @@
33
33
  "cz": "cz",
34
34
  "postcz": "git push",
35
35
  "publish:npm": "npm run publish:patch:npm",
36
- "prepublish:patch:npm": "npm run cz&& npm version patch",
36
+ "prepublish:patch:npm": "npm run cz && npm version patch",
37
37
  "publish:patch:npm": "npm publish --registry https://registry.npmjs.org/",
38
38
  "postpublish:patch:npm": "npm run change:npm:registry:local",
39
39
  "test:bin:check-all-package-version": "node ./bin/cli.js check-all-package-version",
@@ -90,7 +90,6 @@ const content = \`# ignore dir
90
90
  *.log
91
91
  *.txt
92
92
  *.text
93
- *.ejs
94
93
  *.svg
95
94
  *.min.js
96
95