Skip to content

Commit

Permalink
chore: update package infos
Browse files Browse the repository at this point in the history
  • Loading branch information
siimaoo committed Apr 9, 2023
1 parent bbdc5f7 commit 293b35d
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "leaflet-markercluster-utils",
"version": "0.1.0",
"description": "",
"version": "0.1.1",
"description": "Functions to help work with leaflet.markercluster",
"license": "MIT",
"main": "./dist/index.js",
"files": [
"dist"
Expand All @@ -14,8 +15,15 @@
"build": "tsc --build tsconfig.json"
},
"keywords": [],
"author": "",
"license": "ISC",
"author": "Lucas Simão <[email protected]>",
"homepage": "https://github.com/siimaoo/leaflet-markercluster-utils#readme",
"repository": {
"type": "git",
"url": "https://github.com/siimaoo/leaflet-markercluster-utils.git"
},
"bugs": {
"url": "https://github.com/siimaoo/leaflet-markercluster-utils/issues"
},
"devDependencies": {
"@types/leaflet": "^1.9.3",
"@types/leaflet.markercluster": "^1.5.1",
Expand Down

0 comments on commit 293b35d

Please sign in to comment.