@corva/create-app 0.103.1 → 0.104.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.
|
@@ -121,6 +121,7 @@ const resolveDataToZipUiApp = async (itemsToZip = [], { options, pkg, dirName, m
|
|
|
121
121
|
name: 'package.json',
|
|
122
122
|
},
|
|
123
123
|
...(await transformPatternsIntoFileNames(dirName, ['src/**/*'], options.ignoredFiles)),
|
|
124
|
+
...(await transformPatternsIntoFileNames(dirName, ['config/**/*'], options.ignoredFiles)),
|
|
124
125
|
);
|
|
125
126
|
|
|
126
127
|
if (options.appKey) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@corva/create-app",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.104.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Create an app to use it in CORVA.AI",
|
|
6
6
|
"keywords": [
|
|
@@ -28,7 +28,6 @@
|
|
|
28
28
|
"common"
|
|
29
29
|
],
|
|
30
30
|
"scripts": {
|
|
31
|
-
"helper-cli": "npx @corva/fe-dev-helper-cli@latest",
|
|
32
31
|
"build": "echo \"build is not configured for package \\\"×\\\", skipping.\"",
|
|
33
32
|
"get-changelog": "conventional-changelog -r 2 -p angular",
|
|
34
33
|
"lint": "eslint . --resolve-plugins-relative-to $(pwd) --max-warnings 0",
|