component-kit-builder
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "component-kit-builder", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "builds component kits using webpack require.context", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -5,2 +5,4 @@ # component-kit-builder | ||
If you structure your components like this: | ||
```txt | ||
path/to/component | ||
@@ -10,3 +12,6 @@ +- component.js // basic react component | ||
+- relay.js // realy component wrapper | ||
``` | ||
You can use `component-kit-builder` to build a _component kit_ around your component for easy export and usage of your component wrapper functions. | ||
```js | ||
@@ -13,0 +18,0 @@ // any file processed by webpack |
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
6237
30