Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Commit

Permalink
updated package.json to match master
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-clapson committed Apr 10, 2019
1 parent a754330 commit c8e17e3
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superset-ui/legacy-plugin-chart-country-map",
"version": "0.10.0",
"version": "0.10.5",
"description": "Superset Legacy Chart - Country Map",
"sideEffects": false,
"main": "lib/index.js",
Expand Down Expand Up @@ -31,9 +31,9 @@
"prop-types": "^15.6.2"
},
"peerDependencies": {
"@superset-ui/chart": "^0.10.0",
"@superset-ui/color": "^0.10.0",
"@superset-ui/number-format": "^0.10.0",
"@superset-ui/translation": "^0.10.0"
"@superset-ui/chart": "^0.10.0 || ^0.11.0",
"@superset-ui/color": "^0.10.0 || ^0.11.0",
"@superset-ui/number-format": "^0.10.0 || ^0.11.0",
"@superset-ui/translation": "^0.10.0 || ^0.11.0"
}
}

0 comments on commit c8e17e3

Please sign in to comment.