@airfleet/generator-init 0.27.0 → 0.28.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.
|
@@ -4,20 +4,20 @@
|
|
|
4
4
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
5
5
|
"This file is @generated automatically"
|
|
6
6
|
],
|
|
7
|
-
"content-hash": "
|
|
7
|
+
"content-hash": "0bc133803c8119982f80c3cdd959905e",
|
|
8
8
|
"packages": [
|
|
9
9
|
{
|
|
10
10
|
"name": "airfleet/wordpress-framework",
|
|
11
|
-
"version": "1.
|
|
11
|
+
"version": "1.3.0",
|
|
12
12
|
"source": {
|
|
13
13
|
"type": "git",
|
|
14
14
|
"url": "https://github.com/airfleet/airfleet-wordpress-framework-php.git",
|
|
15
|
-
"reference": "
|
|
15
|
+
"reference": "4b50080dea677541b5df35dc17812b8cc93f5f9c"
|
|
16
16
|
},
|
|
17
17
|
"dist": {
|
|
18
18
|
"type": "zip",
|
|
19
|
-
"url": "https://api.github.com/repos/airfleet/airfleet-wordpress-framework-php/zipball/
|
|
20
|
-
"reference": "
|
|
19
|
+
"url": "https://api.github.com/repos/airfleet/airfleet-wordpress-framework-php/zipball/4b50080dea677541b5df35dc17812b8cc93f5f9c",
|
|
20
|
+
"reference": "4b50080dea677541b5df35dc17812b8cc93f5f9c",
|
|
21
21
|
"shasum": ""
|
|
22
22
|
},
|
|
23
23
|
"require": {
|
|
@@ -40,9 +40,9 @@
|
|
|
40
40
|
"description": "Airfleet framework for WordPress",
|
|
41
41
|
"support": {
|
|
42
42
|
"issues": "https://github.com/airfleet/airfleet-wordpress-framework-php/issues",
|
|
43
|
-
"source": "https://github.com/airfleet/airfleet-wordpress-framework-php/tree/1.
|
|
43
|
+
"source": "https://github.com/airfleet/airfleet-wordpress-framework-php/tree/1.3.0"
|
|
44
44
|
},
|
|
45
|
-
"time": "2024-04-
|
|
45
|
+
"time": "2024-04-18T11:18:51+00:00"
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
48
|
"name": "jawira/case-converter",
|
|
@@ -50,7 +50,7 @@ export default class extends Generator {
|
|
|
50
50
|
this._deleteFolder(`${themeFolder}/assets-bootstrap`);
|
|
51
51
|
} else {
|
|
52
52
|
this._deleteFolder(`${themeFolder}/assets-bootstrap`);
|
|
53
|
-
await this._spawnThemeCommand('npm', ['uninstall', "@popperjs/core", "bootstrap"]);
|
|
53
|
+
await this._spawnThemeCommand('npm', ['uninstall', "@popperjs/core", "bootstrap", "--save"]);
|
|
54
54
|
}
|
|
55
55
|
}
|
|
56
56
|
|