We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ddd5fa + a34951d commit 8b32d60Copy full SHA for 8b32d60
package.json
@@ -1,9 +1,10 @@
1
{
2
- "name": "vite-plugin-imageset",
+ "name": "vite-imagetools",
3
"version": "0.0.0-development",
4
"main": "dist/index.js",
5
"module": "dist/index.mjs",
6
"license": "MIT",
7
+ "homepage": "https://github.com/JonasKruckenberg/vite-imagetools",
8
"files": [
9
"dist"
10
],
@@ -35,6 +36,6 @@
35
36
},
37
"repository": {
38
"type": "git",
- "url": "https://github.com/JonasKruckenberg/vite-plugin-imageset.git"
39
+ "url": "https://github.com/JonasKruckenberg/vite-imagetools.git"
40
}
41
src/index.ts
@@ -1,4 +1,3 @@
-import pm from "picomatch"
import sharp from 'sharp'
import { buildOptions, has, Options } from "./options"
import { directives } from './directives'
0 commit comments