@patternfly/create-element
Advanced tools
Comparing version 0.0.2-next.3 to 0.0.2-next.4
# @patternfly/create-element | ||
## 0.0.2-next.4 | ||
### Patch Changes | ||
- 8c4011d4: Adds docs folder and index.md file on initial creation of a new element | ||
## 0.0.2-next.3 | ||
@@ -4,0 +10,0 @@ |
@@ -38,2 +38,3 @@ import type { GenerateElementOptions } from '../main'; | ||
demoScript = 'demoScript', | ||
docs = 'docs', | ||
package = 'package', | ||
@@ -74,2 +75,3 @@ readme = 'readme', | ||
demoScript: 'demo/element.js', | ||
docs: 'docs/index.md', | ||
package: 'package.json', | ||
@@ -91,2 +93,3 @@ readme: 'README.md', | ||
demoScript: `demo/${options.tagName}.js`, | ||
docs: `docs/index.md`, | ||
package: 'package.json', | ||
@@ -93,0 +96,0 @@ readme: 'README.md', |
{ | ||
"name": "@patternfly/create-element", | ||
"version": "0.0.2-next.3", | ||
"version": "0.0.2-next.4", | ||
"description": "Scaffold web components monorepos based on PatternFly Elements", | ||
@@ -5,0 +5,0 @@ "author": "Benny Powers <bennyp@redhat.com>", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
55260
23
583