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 1970a58 + 2e92cf5 commit 9ad1826Copy full SHA for 9ad1826
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@logicwind/react-native-matomo-tracker",
3
- "version": "0.1.0",
+ "version": "0.2.0",
4
"description": "React-native plugin for matomo analytics",
5
"main": "lib/commonjs/index",
6
"module": "lib/module/index",
@@ -50,7 +50,8 @@
50
},
51
"homepage": "https://github.com/logicwind/react-native-matomo-tracker.git#readme",
52
"publishConfig": {
53
- "registry": "https://registry.npmjs.org/"
+ "registry": "https://registry.npmjs.org/",
54
+ "access": "public"
55
56
"devDependencies": {
57
"@commitlint/config-conventional": "17.0.2",
0 commit comments