@meonode/ui 0.0.1-alpha.5 → 0.0.1-alpha.6

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 +9 -2
package/README.md CHANGED
@@ -164,7 +164,7 @@ Contributions are welcome! Please feel free to contact me on discord: **[l7arome
164
164
 
165
165
  ---
166
166
 
167
- ## [License](./LICENSE)
167
+ ## [License](https://github.com/l7aromeo/meonode-ui/blob/main/LICENSE)
168
168
 
169
169
  The MIT License (MIT)
170
170
  Copyright (c) 2025 Ukasyah Rahmatullah Zada
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@meonode/ui",
3
3
  "description": "`@meonode/ui` is a lightweight yet powerful utility for the programmatic creation and manipulation of React elements. It offers an enhanced, structured way to define components, manage props (separating CSS from DOM attributes), handle theming, and compose children *before* they are rendered by React. This provides greater control and flexibility, especially for dynamic UIs and design systems.",
4
- "version": "0.0.1-alpha.5",
4
+ "version": "0.0.1-alpha.6",
5
5
  "type": "module",
6
6
  "main": "./dist/main.js",
7
7
  "types": "./dist/main.d.ts",
@@ -26,7 +26,6 @@
26
26
  "devDependencies": {
27
27
  "@babel/cli": "^7.0.0",
28
28
  "@babel/core": "^7.0.0",
29
- "@babel/plugin-transform-json-modules": "^7.27.1",
30
29
  "@babel/preset-env": "^7.0.0",
31
30
  "@babel/preset-typescript": "^7.27.1",
32
31
  "@eslint/js": "^9.27.0",
@@ -50,5 +49,13 @@
50
49
  "peerDependencies": {
51
50
  "react": "*"
52
51
  },
52
+ "repository": {
53
+ "type": "git",
54
+ "url": "https://github.com/l7aromeo/meonode-ui.git"
55
+ },
56
+ "homepage": "https://github.com/l7aromeo/meonode-ui#readme",
57
+ "bugs": {
58
+ "url": "https://github.com/l7aromeo/meonode-ui/issues"
59
+ },
53
60
  "license": "MIT"
54
61
  }