@codeandfunction/callaloo 1.0.2 → 1.0.3

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.
package/README.md CHANGED
@@ -24,7 +24,7 @@ The following example demonstrates how to use a Callaloo component in your Vue p
24
24
 
25
25
  ```vue
26
26
  <script setup lang="ts">
27
- import { CLButton } from '@codeandfunction/calloo';
27
+ import { CLButton } from '@codeandfunction/callaloo';
28
28
 
29
29
  const onClickHandler = (evt?: Event) => {
30
30
  alert('Hello World!');
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "name": "Anthony Cholmondeley",
6
6
  "url": "https://callaloo.dev/"
7
7
  },
8
- "version": "1.0.2",
8
+ "version": "1.0.3",
9
9
  "license": "MIT",
10
10
  "type": "module",
11
11
  "scripts": {
package/dist/favicon.ico DELETED
Binary file