@rotki/ui-library 0.1.0 → 0.1.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rotki/ui-library",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "packageManager": "pnpm@8.6.9",
5
5
  "description": "A vue design system and component library for rotki",
6
6
  "keywords": [
@@ -38,7 +38,6 @@
38
38
  }
39
39
  },
40
40
  "peerDependencies": {
41
- "@fontsource/roboto": ">=5.0.5",
42
41
  "vue": ">=3.3.4"
43
42
  },
44
43
  "devDependencies": {
@@ -102,7 +101,6 @@
102
101
  "*.{js,cjs,ts,vue,yml,json,md}": "eslint"
103
102
  },
104
103
  "scripts": {
105
- "postinstall": "node scripts/postinstall.cjs",
106
104
  "build:prod": "node scripts/dist-build.cjs",
107
105
  "build": "vite build",
108
106
  "build:storybook": "STORYBOOK=true storybook build",