easy-soft-develop 2.1.161 → 2.1.163

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.1.161",
3
+ "version": "2.1.163",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/kityandhero/easy-soft-develop#readme",
6
6
  "bugs": {
@@ -40,7 +40,7 @@ function updateSpecialPackageVersion(packageList) {
40
40
 
41
41
  const packages = packageList.join(' ');
42
42
 
43
- const ncuCommand = `npx npm-check-updates --configFilePath ./.ncurc.js ${packages} --packageFile package.json -u`;
43
+ const ncuCommand = `npx npm-check-updates --configFilePath ./.ncurc.js --packageFile package.json -u ${packages}`;
44
44
 
45
45
  promptInfo(`${packageList.join()} will check update`);
46
46