proto-ikon-loader-wc 0.0.35 → 0.0.36

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 +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,10 +11,12 @@ a prototype icon loader written in Stencil...
11
11
 
12
12
  ## proofs
13
13
 
14
+ > _the following apps were written in Svelte and use this web component to load the SVG icons displayed in them..._
15
+
14
16
  - [s4e-proofs][icons-io] - _Material Design icons_
15
17
  - [s4e-ikons][ikons-io] - _Auto Brand icons_
16
18
 
19
+
17
20
  [icons-io]: https://s4e-proofs.vercel.app
18
21
  [ikons-io]: https://s4e-ikon-proofs.vercel.app
19
22
 
20
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "proto-ikon-loader-wc",
3
- "version": "0.0.35",
3
+ "version": "0.0.36",
4
4
  "description": "Stencil Component Starter",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",