@ekkolyth/ui 0.0.1 → 0.0.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 (1) hide show
  1. package/package.json +3 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ekkolyth/ui",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Shared UI Library for my personal projects",
5
5
  "keywords": [
6
6
  "theme",
@@ -45,7 +45,7 @@
45
45
  "lint": "eslint",
46
46
  "build-storybook": "storybook build",
47
47
  "ui-update": "node scripts/shadcn-update.js add",
48
- "publish": "node scripts/publish.js"
48
+ "pub": "node scripts/publish.js"
49
49
  },
50
50
  "dependencies": {
51
51
  "@base-ui/react": "^1.1.0",
@@ -122,8 +122,7 @@
122
122
  }
123
123
  },
124
124
  "publishConfig": {
125
- "access": "public",
126
- "provenance": true
125
+ "access": "public"
127
126
  },
128
127
  "module": "./dist/index.js",
129
128
  "ignoreScripts": [