@corva/create-app 0.45.0-3 → 0.45.0-rc.0

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.
@@ -155,7 +155,7 @@ const resolveDataForZipNodeJsApp = async (itemsToZip = [], { options, pkg, dirNa
155
155
  const packageDirContent = await fs.readdir(dirName);
156
156
  const shouldPushDefaultSrc = !itemsToZip.length;
157
157
 
158
- itemsToZip.push('config', 'manifest.json', 'package.json', '.nvmrc', '.npmrc');
158
+ itemsToZip.push('config', 'manifest.json', 'package.json', '.nvmrc', '.npmrc', '.eslintrc.js');
159
159
 
160
160
  if (packageDirContent.includes('package-lock.json')) {
161
161
  itemsToZip.push('package-lock.json');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@corva/create-app",
3
- "version": "0.45.0-3",
3
+ "version": "0.45.0-rc.0",
4
4
  "private": false,
5
5
  "description": "Create an app to use it in CORVA.AI",
6
6
  "keywords": [
@@ -1 +0,0 @@
1
- module.exports = { extends: '@corva/eslint-config-node' };
@@ -1 +0,0 @@
1
- "@corva/eslint-config-node/prettier"
@@ -1 +0,0 @@
1
- module.exports = { extends: '@corva/eslint-config-node' };
@@ -1 +0,0 @@
1
- "@corva/eslint-config-node/prettier"
@@ -1 +0,0 @@
1
- "@corva/eslint-config-node/prettier"
@@ -1 +0,0 @@
1
- "@corva/eslint-config-node/prettier"
@@ -1 +0,0 @@
1
- "@corva/eslint-config-node/prettier"