create-geekron-website 0.1.5 → 0.1.6

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.
Files changed (2) hide show
  1. package/dist/index.js +8 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -11126,8 +11126,14 @@ var CMS_CONFIGS = {
11126
11126
  },
11127
11127
  filesToCopy: [
11128
11128
  {
11129
- source: "strapi/src/components/base",
11130
- destination: "src/components/base",
11129
+ source: "strapi/config",
11130
+ destination: "config",
11131
+ isDirectory: true,
11132
+ overwrite: true
11133
+ },
11134
+ {
11135
+ source: "strapi/src",
11136
+ destination: "src",
11131
11137
  isDirectory: true,
11132
11138
  overwrite: true
11133
11139
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-geekron-website",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "CLI tool to create Geekron websites",
5
5
  "author": {
6
6
  "name": "Geekron",