Skip to content

Commit 9ad1826

Browse files
authored
Merge pull request #1 from logicwind/dev
Publish config revised
2 parents 1970a58 + 2e92cf5 commit 9ad1826

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@logicwind/react-native-matomo-tracker",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "React-native plugin for matomo analytics",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
@@ -50,7 +50,8 @@
5050
},
5151
"homepage": "https://github.com/logicwind/react-native-matomo-tracker.git#readme",
5252
"publishConfig": {
53-
"registry": "https://registry.npmjs.org/"
53+
"registry": "https://registry.npmjs.org/",
54+
"access": "public"
5455
},
5556
"devDependencies": {
5657
"@commitlint/config-conventional": "17.0.2",

0 commit comments

Comments
 (0)