Skip to content

Commit

Permalink
chore: release v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonxiang committed Sep 24, 2023
1 parent 34668b5 commit d2e3dd8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"name": "vueleaflet",
"version": "3.0.1",
"version": "3.0.2",
"type": "module",
"files": ["dist"],
"files": [
"dist"
],
"main": "./dist/vueleaflet.umd.js",
"module": "./dist/vueleaflet.es.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -36,4 +38,4 @@
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}
}

0 comments on commit d2e3dd8

Please sign in to comment.