@meonode/mui 0.0.1-alpha.4 → 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 +2 -2
  2. package/package.json +9 -1
package/README.md CHANGED
@@ -18,9 +18,9 @@
18
18
  ## Installation
19
19
 
20
20
  ```shell
21
- yarn add @meonode/mui
21
+ yarn add @mui/material @meonode/mui
22
22
  # or
23
- npm install @meonode/mui
23
+ npm install @mui/material @meonode/mui
24
24
  ```
25
25
 
26
26
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@meonode/mui",
3
3
  "description": "A lightweight wrapper around `@mui/material` components for use with `@meonode/ui` and the BaseNode runtime.",
4
- "version": "0.0.1-alpha.4",
4
+ "version": "0.0.1-alpha.6",
5
5
  "type": "module",
6
6
  "main": "./dist/main.js",
7
7
  "types": "./dist/main.d.ts",
@@ -54,5 +54,13 @@
54
54
  "@mui/material": "*",
55
55
  "react": "*"
56
56
  },
57
+ "repository": {
58
+ "type": "git",
59
+ "url": "git+https://github.com/l7aromeo/meonode-mui.git"
60
+ },
61
+ "homepage": "https://github.com/l7aromeo/meonode-mui#readme",
62
+ "bugs": {
63
+ "url": "https://github.com/l7aromeo/meonode-mui/issues"
64
+ },
57
65
  "license": "MIT"
58
66
  }