Skip to content

Commit

Permalink
feat: improve docs for version 3
Browse files Browse the repository at this point in the history
BREAKING CHANGE: This will bump to version 3 because since this is a complete rewrite of the plugin
  • Loading branch information
JonasKruckenberg committed Mar 8, 2021
1 parent 67913d4 commit c2d4c4e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
"module": "dist/index.mjs",
"license": "MIT",
"homepage": "https://github.com/JonasKruckenberg/vite-imagetools",
"description": "Load and transform images using a toolbox of custom import directives!",
"keywords": [
"webp",
"resize-images",
"responsive-images",
"avif",
"vitejs",
"vite-plugin"
],
"files": [
"dist"
],
Expand Down Expand Up @@ -43,4 +52,4 @@
"type": "git",
"url": "https://github.com/JonasKruckenberg/vite-imagetools.git"
}
}
}

0 comments on commit c2d4c4e

Please sign in to comment.