proto-ikon-loader-wc 0.0.30 → 0.0.34

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 +11 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # proto-ikon-loader-wc
2
2
 
3
+ [![npm version](https://badge.fury.io/js/proto-ikon-loader-wc.svg)](https://npmjs.com/package/proto-ikon-loader-wc)
4
+
3
5
  a prototype icon loader written in Stencil...
4
6
 
5
7
  - loads icons from proto-ikons-wc
@@ -7,3 +9,12 @@ a prototype icon loader written in Stencil...
7
9
  - this component will lazy load those icons, on demand
8
10
  - purely exploratory...
9
11
 
12
+ ## proofs
13
+
14
+ - [s4e-proofs][icons-io] - _Material Design icons_
15
+ - [s4e-ikons][ikons-io] - _Auto Brand icons_
16
+
17
+ [icons-io]: https://s4e-proofs.vercel.app
18
+ [ikons-io]: https://s4e-ikon-proofs.vercel.app
19
+
20
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "proto-ikon-loader-wc",
3
- "version": "0.0.30",
3
+ "version": "0.0.34",
4
4
  "description": "Stencil Component Starter",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
@@ -34,8 +34,8 @@
34
34
  "devDependencies": {
35
35
  "@typescript-eslint/eslint-plugin": "5.9.1",
36
36
  "@typescript-eslint/parser": "5.9.1",
37
- "cspell": "5.15.1",
38
- "eslint": "8.6.0",
37
+ "cspell": "5.15.2",
38
+ "eslint": "8.7.0",
39
39
  "prettier": "2.5.1",
40
40
  "typescript": "4.5.4"
41
41
  },