Skip to content

Commit be927db

Browse files
Merge branch 'publish-config' into 'main'
Publish config See merge request react-native/react-native-material-components!28
2 parents 31abed2 + 1d42547 commit be927db

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@computools/react-native-material-components",
3-
"version": "0.1.0",
3+
"version": "0.0.1",
44
"description": "Computools react native material components package",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
@@ -41,6 +41,8 @@
4141
},
4242
"keywords": [
4343
"react-native",
44+
"components",
45+
"material",
4446
"ios",
4547
"android"
4648
],
@@ -52,7 +54,8 @@
5254
},
5355
"homepage": "https://newgit.computools.org/react-native/react-native-material-components#readme",
5456
"publishConfig": {
55-
"registry": "https://registry.npmjs.org/"
57+
"registry": "https://registry.npmjs.org/",
58+
"access": "public"
5659
},
5760
"devDependencies": {
5861
"@commitlint/config-conventional": "^17.0.2",

0 commit comments

Comments
 (0)