@airfleet/generator-init 0.34.0 → 0.35.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,11 +4,6 @@
4
4
 
5
5
  <%= answers.description %>
6
6
 
7
- ## Environments
8
-
9
- - Production: <%= answers.productionUrl %>
10
- - Staging: <%= answers.stagingUrl %>
11
-
12
7
  ## Getting Started
13
8
 
14
9
  Navigate to the theme folder (`wp-content/themes/airfleet-lightyear`) and run:
@@ -18,10 +13,6 @@ composer install
18
13
  npm install
19
14
  ```
20
15
 
21
- ## Documentation
22
-
23
- - [Theme Documentation](https://www.notion.so/codersclan/Airfleet-Lightyear-257b3055301e4899982364f4e8b6a229).
24
-
25
16
  ## License
26
17
 
27
18
  © [Airfleet](https://www.airfleet.co/)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@airfleet/generator-init",
3
3
  "description": "A Yeoman generator to scaffold common Airfleet features",
4
- "version": "0.34.0",
4
+ "version": "0.35.0",
5
5
  "scripts": {},
6
6
  "publishConfig": {
7
7
  "access": "public"