Skip to content

Commit 37901d5

Browse files
committed
readme
1 parent 0b7b6e1 commit 37901d5

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-declarative-mantine",
3-
"version": "0.0.37",
3+
"version": "0.0.38",
44
"description": "The Mantine ui kit bindings for react-declarative",
55
"private": false,
66
"author": {
@@ -13,8 +13,10 @@
1313
"url": "http://paypal.me/tripolskypetr"
1414
},
1515
"license": "MIT",
16-
"homepage": "https://react-declarative-playground.github.io",
16+
"homepage": "https://react-declarative-mantine.github.io",
1717
"keywords": [
18+
"mantine",
19+
"mui",
1820
"react-declarative",
1921
"ui kit",
2022
"bindings",
@@ -23,11 +25,11 @@
2325
],
2426
"repository": {
2527
"type": "git",
26-
"url": "https://github.com/react-declarative/react-declarative",
27-
"documentation": "https://github.com/react-declarative/react-declarative/tree/master/docs"
28+
"url": "https://github.com/react-declarative/react-declarative-mantine",
29+
"documentation": "https://github.com/react-declarative/react-declarative-mantine/tree/master/docs"
2830
},
2931
"bugs": {
30-
"url": "https://github.com/react-declarative/react-declarative/issues"
32+
"url": "https://github.com/react-declarative/react-declarative-mantine/issues"
3133
},
3234
"main": "dist/index.js",
3335
"module": "dist/index.esm.js",
@@ -62,7 +64,7 @@
6264
"@mui/material": "*",
6365
"@mui/system": "*",
6466
"react": "*",
65-
"react-declarative": "*",
67+
"react-declarative-mantine": "*",
6668
"react-dom": "*"
6769
},
6870
"devDependencies": {
@@ -79,7 +81,7 @@
7981
"glob": "11.0.0",
8082
"prettier": "3.2.5",
8183
"react": "^18.0.0",
82-
"react-declarative": "^2.6.195",
84+
"react-declarative-mantine": "^2.6.195",
8385
"react-dom": "^18.0.0",
8486
"rollup": "2.79.1",
8587
"rollup-plugin-peer-deps-external": "2.2.4",

0 commit comments

Comments
 (0)