@airfleet/generator-init 0.36.0 → 0.37.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.
@@ -45,4 +45,6 @@
45
45
  **/README
46
46
  **/README.md
47
47
  README.md
48
+ **/*.md
49
+ *.md
48
50
  **/yarn.lock
@@ -34,6 +34,8 @@ CHANGELOG.md
34
34
  LICENSE
35
35
  **/README.md
36
36
  README.md
37
+ **/*.md
38
+ *.md
37
39
  **/.gitignore
38
40
  .gitignore
39
41
  **/package.json
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.36.0",
4
+ "version": "0.37.0",
5
5
  "scripts": {},
6
6
  "publishConfig": {
7
7
  "access": "public"