@iroco/ui 0.60.0 → 0.60.2

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 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -23,7 +23,7 @@ Building :
23
23
  Releasing :
24
24
 
25
25
  ```shell
26
- ~/iroco-ui$ cd package ; npm publish
26
+ ~/iroco-ui$ npm publish
27
27
  ```
28
28
 
29
29
  # documentation (to be done with storybook)
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@iroco/ui",
3
- "version": "0.60.0",
3
+ "version": "0.60.2",
4
4
  "description": "Iroco design system based on Svelte",
5
- "main": "lib/index.ts",
5
+ "main": "dist/index.js",
6
6
  "scripts": {
7
7
  "dev": "vite dev",
8
8
  "build": "svelte-kit sync && svelte-package",