Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JakiChen authored Dec 3, 2024
1 parent 687097f commit a62423e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astro-svgs",
"version": "1.1.3",
"version": "1.1.4",
"description": "A compact solution for SVG sprites in Astro projects. It automates symbol ID management, supports hot reloading, and generates optimized SVG sprites with minimal setup—ideal for seamless SVG icon integration.",
"type": "module",
"main": "./dist/index.mjs",
Expand Down Expand Up @@ -60,8 +60,5 @@
"unbuild": "^2.0.0",
"@astrojs/check": "^0.9.4",
"typescript": "^5.6.3"
},
"peerDependencies": {
"astro": "^4.0.0"
}
}

0 comments on commit a62423e

Please sign in to comment.