easy-soft-develop 2.0.182 → 2.0.183

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.182",
3
+ "version": "2.0.183",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/kityandhero/easy-soft-develop#readme",
6
6
  "bugs": {
@@ -262,7 +262,7 @@ function createLernaProject(name) {
262
262
 
263
263
  exec('git add -A');
264
264
 
265
- exec("git commit -m 'Initial commit'");
265
+ exec('git commit -m "first commit"');
266
266
  }
267
267
 
268
268
  createLernaPackageJsonFile(lernaName);