Skip to content

Commit 2374a5d

Browse files
build: updated package.json with open source repo & incremented version
1 parent f855e7f commit 2374a5d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
{
22
"name": "@computools/react-native-material-components",
3-
"version": "0.0.5",
4-
"description": "Computools react native material components package",
3+
"version": "0.0.6",
4+
"description": "React Native components which implement [Material Design](https://m3.material.io/).",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
77
"types": "lib/typescript/index.d.ts",
88
"react-native": "src/index",
99
"source": "src/index",
1010
"files": [
11-
"src",
1211
"lib",
13-
"android",
14-
"ios",
1512
"cpp",
1613
"*.podspec",
1714
"!lib/typescript/example",
@@ -41,16 +38,19 @@
4138
},
4239
"keywords": [
4340
"react-native",
44-
"components",
4541
"material",
42+
"components",
43+
"ui",
44+
"design",
45+
"react-component",
4646
"ios",
4747
"android"
4848
],
49-
"repository": "https://newgit.computools.org/react-native/react-native-material-components",
49+
"repository": "https://github.com/computools/react-native-material-components",
5050
"author": "Anastasiia Nahaiska & Bogdan Kusch <anastasiia.nahaiska@computools.com> (https://computools.com/)",
5151
"license": "MIT",
5252
"bugs": {
53-
"url": "https://newgit.computools.org/react-native/react-native-material-components/issues"
53+
"url": "https://github.com/computools/react-native-material-components/issues"
5454
},
5555
"homepage": "https://react-native-material-components.vercel.app/",
5656
"publishConfig": {

0 commit comments

Comments
 (0)