diff --git a/dist/package.json b/dist/package.json index cc97279..66f84e6 100755 --- a/dist/package.json +++ b/dist/package.json @@ -1,6 +1,6 @@ { "name": "@highcharts/highcharts-react-native", - "version": "3.0.0", + "version": "3.0.1", "license": "SEE LICENSE IN ", "repository": { "type": "git", @@ -22,6 +22,11 @@ ], "homepage": "https://github.com/highcharts/highcharts-react-native#readme", "author": "Highcharts", + "peerDependencies": { + "react": "~16.11.0", + "react-native-unimodules": "^0.10.1", + "react-native-webview": "^9.4.0" + }, "devDependencies": { "eslint": "^5.16.0", "eslint-plugin-react": "^7.12.4", diff --git a/package.json b/package.json index d966a62..73f9310 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "main": "node_modules/expo/AppEntry.js", "name": "highcharts-react-native", - "version": "3.0.0", + "version": "3.0.1", "scripts": { "start": "expo start", "android": "expo start --android",