@stubber/ui 1.0.24 → 1.0.25

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 +0 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,8 +2,6 @@
2
2
 
3
3
  This is a sveltekit library project that contains standardized UI components to be used in Stubber Svelte apps
4
4
 
5
- [Read More on the Wiki](https://wiki.stubber.zone:3443/en/npm-packages/stubber-ui-pkg)
6
-
7
5
  # Getting Started
8
6
 
9
7
  - `npm i`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stubber/ui",
3
- "version": "1.0.24",
3
+ "version": "1.0.25",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build && pnpm run package && node ./fix_dts_imports.js",