@epilot360/mfe-app-generator
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -15,3 +15,3 @@ { | ||
}, | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"main": "src/epilot360-app-generator.js", | ||
@@ -30,2 +30,3 @@ "license": "MIT", | ||
"@epilot/eslint-config-react": "^1.2.15", | ||
"@types/node": "^16.10.3", | ||
"eslint": "^7.32.0", | ||
@@ -32,0 +33,0 @@ "jest": "^26.6.3", |
@@ -63,2 +63,7 @@ const PackagesGenerator = require('../PackagesGenerator') | ||
this.fs.copyTpl( | ||
this.templatePath('README.md'), | ||
this.destinationPath('README.md'), | ||
this.options | ||
) | ||
this.fs.copyTpl( | ||
this.templatePath('jest.config.js'), | ||
@@ -65,0 +70,0 @@ this.destinationPath('jest.config.js'), |
@@ -20,2 +20,2 @@ #!/usr/bin/env node | ||
serviceStack.tags.setTag('heritage', 'cdk') | ||
serviceStack.tags.setTag('heritage', 'cdk') |
@@ -53,2 +53,7 @@ const PackagesGenerator = require('../PackagesGenerator') | ||
this.fs.copyTpl( | ||
this.templatePath('README.md'), | ||
this.destinationPath('README.md'), | ||
this.options | ||
) | ||
this.fs.copyTpl( | ||
this.templatePath('package.json.ejs'), | ||
@@ -55,0 +60,0 @@ this.destinationPath('package.json'), |
@@ -7,6 +7,3 @@ { | ||
"moduleResolution": "node", | ||
"lib": [ | ||
"esnext", | ||
"dom" | ||
], | ||
"lib": ["esnext", "dom"], | ||
"jsx": "react", | ||
@@ -27,8 +24,4 @@ "allowJs": true, | ||
}, | ||
"include": [ | ||
"src/**/*" | ||
], | ||
"exclude": [ | ||
"**/*.test.ts" | ||
] | ||
} | ||
"include": ["src/**/*"], | ||
"exclude": ["**/*.test.ts"] | ||
} |
33514
36
761
9