Skip to content

Commit

Permalink
fix: cleanup package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hwbllmnn committed Jun 21, 2024
1 parent 634d9d4 commit 6dc07c9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 9 deletions.
23 changes: 18 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
"description": "A simple legend component for geostyler-stlye.",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"browser": "dist/geoStylerLegend.iife.js",
"scripts": {
"prerelease": "npm run build",
"release": "np --no-yarn && git push [email protected]:geostyler/geostyler-legend.git master --tags",
Expand Down Expand Up @@ -36,7 +33,7 @@
"homepage": "https://github.com/geostyler/geostyler-legend#readme",
"dependencies": {
"@types/d3-selection": "^3.0.1",
"geostyler-openlayers-parser": "5.0.0-next.5"
"geostyler-openlayers-parser": "5.0.0-next.6"
},
"peerDependencies": {
"d3": ">=6",
Expand Down

0 comments on commit 6dc07c9

Please sign in to comment.