@airfleet/generator-init 0.33.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.
@@ -10,6 +10,8 @@
10
10
  **/node_modules/**
11
11
  **/*.scss
12
12
  **/.airfleet-release
13
+ **/.airfleet-license
14
+ **/.airfleet-visible
13
15
  **/.deployignore
14
16
  **/.editorconfig
15
17
  .editorconfig
@@ -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/)
@@ -11,6 +11,10 @@
11
11
  **/*.scss
12
12
  **/.airfleet-release
13
13
  .airfleet-release
14
+ **/.airfleet-license
15
+ .airfleet-license
16
+ **/.airfleet-visible
17
+ .airfleet-visible
14
18
  **/.deployignore
15
19
  **/.editorconfig
16
20
  .editorconfig
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.33.0",
4
+ "version": "0.35.0",
5
5
  "scripts": {},
6
6
  "publishConfig": {
7
7
  "access": "public"