@dorsk/tsumikit 0.19.0 → 0.19.1
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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dorsk/tsumikit",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.1",
|
|
4
4
|
"description": "Minimal, dependency-free Svelte 5 + pure-CSS UI kit. Token-driven atoms, molecules & layouts with theming out of the box.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"dev": "vite dev",
|
|
46
46
|
"build": "vite build",
|
|
47
47
|
"preview": "vite preview",
|
|
48
|
-
"test": "node --test tests/*.test.js",
|
|
48
|
+
"test": "node --import ./tests/register.mjs --test tests/*.test.js",
|
|
49
49
|
"prepare": "svelte-kit sync && (lefthook install || true)",
|
|
50
50
|
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
51
51
|
"lint": "biome check .",
|