Skip to content

Commit 65da2fb

Browse files
committed
feat: bump version 0.1.0
1 parent cc86d7b commit 65da2fb

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# WiredSolutions React-Azure-Maps
22

3+
[![npm](https://img.shields.io/npm/v/react-azure-maps.svg) ![npm](https://img.shields.io/npm/dm/react-azure-maps.svg)](https://www.npmjs.com/package/react-azure-maps) [![license](https://img.shields.io/npm/l/react-azure-maps.svg)](https://github.com/WiredSolutions/react-azure-maps/blob/master/LICENSE)
4+
35
`React Azure Maps` is a react wrapper for [Azure Maps](https://azure.microsoft.com/pl-pl/services/azure-maps/). The whole library is written in typescript and uses React 16.8+
46

57
## Installation
@@ -87,6 +89,10 @@ If you want to do some local development using [Playground Package](https://gith
8789
- go to the `azure-maps-playground` or any other folder or repository and run `yarn link "react-azure-maps"`
8890
```
8991

92+
## Code coverage
93+
94+
![Alt text](assets/coverage.png?raw=true 'Coverage')
95+
9096
## Contributing
9197

9298
Pull requests are welcomed. For major changes, please open an issue first to discuss what you would like to change.

assets/coverage.png

292 KB
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-azure-maps",
3-
"version": "0.0.7",
3+
"version": "0.1.0",
44
"description": "React Wrapper for Azure Maps",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)