react-bing-map 1.0.2 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -21,13 +21,13 @@ npm i react-bing-map
|
|
|
21
21
|
|
|
22
22
|
Import the Bing Maps component
|
|
23
23
|
|
|
24
|
-
```
|
|
24
|
+
```ts
|
|
25
25
|
import MapView from "react-bing-map";
|
|
26
26
|
```
|
|
27
27
|
|
|
28
28
|
#### Customized Example:
|
|
29
29
|
|
|
30
|
-
```
|
|
30
|
+
```ts
|
|
31
31
|
<MapView
|
|
32
32
|
mapType = '',
|
|
33
33
|
bingKey = '',
|
|
@@ -49,4 +49,4 @@ import MapView from "react-bing-map";
|
|
|
49
49
|
|
|
50
50
|
#### Output:
|
|
51
51
|
|
|
52
|
-

|
package/package.json
CHANGED
|
@@ -8,10 +8,10 @@
|
|
|
8
8
|
},
|
|
9
9
|
"keywords": [
|
|
10
10
|
"bing",
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"bing
|
|
14
|
-
"react bing
|
|
11
|
+
"map",
|
|
12
|
+
"bingmap",
|
|
13
|
+
"bing map",
|
|
14
|
+
"react bing map",
|
|
15
15
|
"typescript",
|
|
16
16
|
"react"
|
|
17
17
|
],
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"type": "git",
|
|
20
20
|
"url": "https://github.com/kmohanraj/react-bing-maps"
|
|
21
21
|
},
|
|
22
|
-
"version": "1.0.
|
|
22
|
+
"version": "1.0.4",
|
|
23
23
|
"private": false,
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"main": "./lib/cjs/index.js",
|