@cocreate/cli 1.27.3 → 1.27.4

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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.27.4](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.27.3...v1.27.4) (2023-05-01)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update config.js and removed fontawesome ([205cc5f](https://github.com/CoCreate-app/CoCreate-cli/commit/205cc5f0fb9f1c5be903e7ec27baf55776107417))
7
+
1
8
  ## [1.27.3](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.27.2...v1.27.3) (2023-05-01)
2
9
 
3
10
 
@@ -17,9 +17,10 @@ module.exports = {
17
17
  "general.cocreate.app"
18
18
  ],
19
19
  "directory": "/docs/cli",
20
- "content-type": "text/html",
20
+ "parentDirectory": "{{parentDirectory}}",
21
+ "content-type": "{{content-type}}",
21
22
  "public": "true",
22
- "website_id": "5ffbceb7f11d2d00103c4535"
23
+ "website_id": "644d4bff8036fb9d1d1fd69c"
23
24
  }
24
25
  }
25
26
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/cli",
3
- "version": "1.27.3",
3
+ "version": "1.27.4",
4
4
  "description": "Polyrepo management bash CLI tool. Run all git commands and yarn commands on multiple repositories. Also includes a few custom macros for cloning, installing, etc.",
5
5
  "keywords": [
6
6
  "cli",
package/repositories.js CHANGED
@@ -322,10 +322,6 @@ module.exports = [
322
322
  'path': '../../CoCreate-plugins/CoCreate-facebook',
323
323
  'repo': 'github.com/CoCreate-app/CoCreate-facebook.git'
324
324
  },
325
- {
326
- 'path': '../../CoCreate-plugins/CoCreate-font-awesome',
327
- 'repo': 'github.com/CoCreate-app/CoCreate-font-awesome.git'
328
- },
329
325
  {
330
326
  'path': '../../CoCreate-plugins/CoCreate-google-maps',
331
327
  'repo': 'github.com/CoCreate-app/CoCreate-google-maps.git'
@@ -43,9 +43,10 @@ function update(MdPath) {
43
43
  "general.cocreate.app"
44
44
  ],
45
45
  "directory": "/docs/${name}",
46
- "content-type": "text/html",
46
+ "parentDirectory": "{{parentDirectory}}",
47
+ "content-type": "{{content-type}}",
47
48
  "public": "true",
48
- "website_id": "5ffbceb7f11d2d00103c4535"
49
+ "website_id": "644d4bff8036fb9d1d1fd69c"
49
50
  }
50
51
  }
51
52
  ]