Skip to content

Commit

Permalink
Fixed #90, Added peer dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Denyllon committed Aug 4, 2020
1 parent 3a1de3f commit d2a9c75
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@highcharts/highcharts-react-native",
"version": "3.0.0",
"version": "3.0.1",
"license": "SEE LICENSE IN <LICENSE>",
"repository": {
"type": "git",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit d2a9c75

Please sign in to comment.