easy-soft-develop 2.1.95 → 2.1.101

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.95",
3
+ "version": "2.1.101",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/kityandhero/easy-soft-develop#readme",
6
6
  "bugs": {
@@ -170,8 +170,7 @@ function handlePackage(projectPath, zipPath) {
170
170
  copyFile({
171
171
  sourceMainPath,
172
172
  targetMainPath,
173
- filepath:
174
- 'src/app.core.jsx',
173
+ filepath: 'src/app.jsx',
175
174
  callback: () => {
176
175
  copyFile({
177
176
  sourceMainPath,