easy-soft-develop 2.0.164 → 2.0.165

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.164",
3
+ "version": "2.0.165",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/kityandhero/easy-soft-develop#readme",
6
6
  "bugs": {
@@ -37,7 +37,7 @@ const simpleTestFile = {
37
37
  folderPath: `${folderPath}/template`,
38
38
  fileName: 'simple.test.content.js',
39
39
  coverFile: true,
40
- fileContent: configFileContent,
40
+ fileContent: simpleTestFileContent,
41
41
  };
42
42
 
43
43
  module.exports = {
@@ -13,5 +13,5 @@ export namespace simpleTestFile {
13
13
  export { fileName_1 as fileName };
14
14
  const coverFile_1: boolean;
15
15
  export { coverFile_1 as coverFile };
16
- export { configFileContent as fileContent };
16
+ export { simpleTestFileContent as fileContent };
17
17
  }