@mpen/react-basic-inputs 0.2.0 → 0.2.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/README.md CHANGED
File without changes
File without changes
File without changes
File without changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mpen/react-basic-inputs",
3
3
  "private": false,
4
- "version": "0.2.0",
4
+ "version": "0.2.2",
5
5
  "type": "module",
6
6
  "files": ["dist"],
7
7
  "main": "./dist/react-basic-inputs.umd.cjs",
@@ -18,7 +18,7 @@
18
18
  "build": "bun run --bun tsc && bun run --bun vite build",
19
19
  "lint": "bun run --bun eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
20
20
  "preview": "bun run --bun vite preview",
21
- "prepublishOnly": "bun run --bun build",
21
+ "_prepublishOnly": "bun run --bun build",
22
22
  "publish": "npm publish --access=public"
23
23
  },
24
24
  "peerDependencies": {