proto-tinker-wc 0.0.573 → 0.0.574

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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -17,6 +17,7 @@ To run this locally:
17
17
  - [Simple Trick to Clean Up Tailwind CSS in React][tw-trick] - _the tw utility_
18
18
  - [TailwindCSS][tailwind-css] - _a utility-first CSS framework_
19
19
 
20
+ 42
20
21
 
21
22
 
22
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "proto-tinker-wc",
3
- "version": "0.0.573",
3
+ "version": "0.0.574",
4
4
  "description": "prototype - simple demo built from Stencil & Tailwind",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",