Skip to content

Commit 8978fa4

Browse files
authored
Merge pull request #5 from zhz0704/change-package-name
Rename package name to @azure-maps/gridded-data-source
2 parents 8962523 + 4b5d7ab commit 8978fa4

File tree

3 files changed

+19
-11
lines changed

3 files changed

+19
-11
lines changed

package-lock.json

Lines changed: 16 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "azure-maps-gridded-data-source",
2+
"name": "@azure-maps/gridded-data-source",
33
"version": "0.0.3",
44
"description": "A module for the Azure Maps Web SDK that provides a data source that clusters data points into cells of a grid area.",
55
"keywords": [
@@ -19,12 +19,13 @@
1919
"author": "Microsoft Corporation",
2020
"license": "MIT",
2121
"dependencies": {
22-
"azure-maps-control": "^3.3.0"
22+
"azure-maps-control": "^2.0.25 || ^3.0.1"
2323
},
2424
"devDependencies": {
2525
"@types/lodash": "^4.14.136",
2626
"@types/mocha": "^5.2.6",
2727
"@types/puppeteer": "^1.20.4",
28+
"@types/geojson": "^7946.0.14",
2829
"fs-extra": "^7.0.1",
2930
"lodash": "^4.17.21",
3031
"mocha": "^7.1.1",

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"esModuleInterop": true,
88
"importHelpers": true,
99
"alwaysStrict": true,
10-
"skipLibCheck": true,
1110
"target": "es5",
1211
"baseUrl": "./",
1312
"lib": [

0 commit comments

Comments
 (0)