@bikematrix/web-components 1.0.15 → 1.0.16

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 +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -39,8 +39,8 @@ Alternatively, include the script directly in your HTML:
39
39
 
40
40
  ```html
41
41
  <script
42
- type="module"
43
- src="https://cdn.jsdelivr.net/npm/@bikematrix/web-components"
42
+ type="text/javascript"
43
+ src="https://cdn.jsdelivr.net/npm/@bikematrix/web-components/dist/bm_core.js"
44
44
  ></script>
45
45
  ```
46
46
 
@@ -70,8 +70,8 @@ Include the script directly in your HTML:
70
70
 
71
71
  ```html
72
72
  <script
73
- type="module"
74
- src="https://cdn.jsdelivr.net/npm/@bikematrix/web-components"
73
+ type="text/javascript"
74
+ src="https://cdn.jsdelivr.net/npm/@bikematrix/web-components/dist/bm_core.js"
75
75
  ></script>
76
76
  ```
77
77
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bikematrix/web-components",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "description": "A library of Bike Matrix web components",
5
5
  "main": "dist/bm_core.umd.js",
6
6
  "module": "dist/bm_core.es.js",