This commit is contained in:
Primakov Alexandr Alexandrovich 2023-08-08 16:27:05 +03:00
parent c55d66f0ee
commit 5c66d1a594

View File

@ -1,7 +1,7 @@
{ {
"name": "@ijl/react-native-appmetrica", "name": "@ijl/react-native-appmetrica",
"title": "Yandex AppMetrica React Native Plugin", "title": "Yandex AppMetrica React Native Plugin",
"version": "2.0.0", "version": "2.0.1",
"description": "React Native plugin for AppMetrica analytics tool", "description": "React Native plugin for AppMetrica analytics tool",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
@ -12,6 +12,5 @@
"peerDependencies": { "peerDependencies": {
"react-native": ">=0.59.0 <1.0.x" "react-native": ">=0.59.0 <1.0.x"
}, },
"devDependencies": { "devDependencies": {}
}
} }