Skip to content

Commit

Permalink
Dist generated
Browse files Browse the repository at this point in the history
  • Loading branch information
jagomf committed Dec 8, 2020
1 parent bd590e2 commit 03cd404
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/countries-map/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Typing the data input with [`CountriesData`](#interface-countriesdata) is not ma
Element `<countries-map>` accepts the following attributes/inputs:

Attribute | Type | Default | Description
--- | --- | --- | --- | ---
--- | --- | --- | ---
`data` | `CountriesData` | - | Describes list of countries and their value and extra data (if any). See description for interface [`CountriesData`](#interface-countriesdata).
`countryLabel` | `string` | `'Country'` | Caption label for country name.
`valueLabel` | `string` | `'Value'` | Caption label for country's value.
Expand Down
2 changes: 1 addition & 1 deletion dist/countries-map/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "countries-map",
"version": "4.0.0",
"version": "4.0.1",
"description": "World countries datamaps component for Angular",
"license": "MIT",
"author": "Jago MF <[email protected]>",
Expand Down

0 comments on commit 03cd404

Please sign in to comment.