proto-tinker-wc 0.0.1 → 0.0.2

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 +0 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,12 +14,10 @@ To run this locally:
14
14
  ## references
15
15
 
16
16
  - [proto-tailwindcss-clrs][clrs-tw] - _TailwindCSS plugin for custom colors_
17
- - [Quick Tip][quick-tip] - _Dynamic Stencil Component Names with JSX_
18
17
  - [Simple Trick to Clean Up Tailwind CSS in React][tw-trick] - _the tw utility_
19
18
 
20
19
 
21
20
 
22
21
  [wc-tinker]: https://wc-tinker.vercel.app
23
22
  [clrs-tw]: https://github.com/eswat2/proto-tailwindcss-clrs
24
- [quick-tip]: https://gilfink.medium.com/quick-tip-dynamic-stencil-component-names-with-jsx-cf7687a418e6
25
23
  [tw-trick]: https://www.skies.dev/tailwind-react-trick
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "proto-tinker-wc",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "prototype - simple demo built from Stencil & Tailwind",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",