easy-soft-develop 2.0.171 → 2.0.172

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.171",
3
+ "version": "2.0.172",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/kityandhero/easy-soft-develop#readme",
6
6
  "bugs": {
@@ -150,10 +150,6 @@ const ncuScript = {
150
150
  'postz:update:special-package-version': 'npm run z:install',
151
151
  };
152
152
 
153
- const jestScript = {
154
- 'z:test': '',
155
- };
156
-
157
153
  module.exports = {
158
154
  ...lintScript,
159
155
  ...prettierScript,