We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 31abed2 + 1d42547 commit be927dbCopy full SHA for be927db
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@computools/react-native-material-components",
3
- "version": "0.1.0",
+ "version": "0.0.1",
4
"description": "Computools react native material components package",
5
"main": "lib/commonjs/index",
6
"module": "lib/module/index",
@@ -41,6 +41,8 @@
41
},
42
"keywords": [
43
"react-native",
44
+ "components",
45
+ "material",
46
"ios",
47
"android"
48
],
@@ -52,7 +54,8 @@
52
54
53
55
"homepage": "https://newgit.computools.org/react-native/react-native-material-components#readme",
56
"publishConfig": {
- "registry": "https://registry.npmjs.org/"
57
+ "registry": "https://registry.npmjs.org/",
58
+ "access": "public"
59
60
"devDependencies": {
61
"@commitlint/config-conventional": "^17.0.2",
0 commit comments