@codeandfunction/callaloo 1.13.2 → 1.13.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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -3,6 +3,7 @@
3
3
  Callaloo is a Vue UI library. It is easy to integrate into any Vue3+ project, has a small footprint, can be easily themed, and provides commonly used components.
4
4
 
5
5
  <hr />
6
+
6
7
  [![npm](https://img.shields.io/npm/v/%40codeandfunction%2Fcallaloo)](https://www.npmjs.com/package/@codeandfunction/callaloo)
7
8
  [![npm](https://img.shields.io/npm/dm/%40codeandfunction%2Fcallaloo)](https://www.npmjs.com/package/@codeandfunction/callaloo)
8
9
  [![Bundle Size](https://img.shields.io/bundlephobia/min/%40codeandfunction%2Fcallaloo)](https://bundlephobia.com/result?p=%40codeandfunction%2Fcallaloo)
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "a11y",
16
16
  "component library"
17
17
  ],
18
- "version": "1.13.2",
18
+ "version": "1.13.3",
19
19
  "license": "MIT",
20
20
  "type": "module",
21
21
  "scripts": {
@@ -37,9 +37,9 @@
37
37
  "pre-commit": "lint-staged"
38
38
  },
39
39
  "lint-staged": {
40
- "src/**/*.{test,spec}.{js,mjs,cjs,ts,mts,cts,jsx,tsx}": [
41
- "yarn test"
42
- ]
40
+ "src/**/*.{test,spec}.{js,mjs,cjs,ts,mts,cts,jsx,tsx}": [
41
+ "yarn test"
42
+ ]
43
43
  },
44
44
  "files": [
45
45
  "dist"