Skip to content

Commit 8b32d60

Browse files
Merge pull request #1 from JonasKruckenberg/next
publish package as site-imagetools
2 parents 2ddd5fa + a34951d commit 8b32d60

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
2-
"name": "vite-plugin-imageset",
2+
"name": "vite-imagetools",
33
"version": "0.0.0-development",
44
"main": "dist/index.js",
55
"module": "dist/index.mjs",
66
"license": "MIT",
7+
"homepage": "https://github.com/JonasKruckenberg/vite-imagetools",
78
"files": [
89
"dist"
910
],
@@ -35,6 +36,6 @@
3536
},
3637
"repository": {
3738
"type": "git",
38-
"url": "https://github.com/JonasKruckenberg/vite-plugin-imageset.git"
39+
"url": "https://github.com/JonasKruckenberg/vite-imagetools.git"
3940
}
4041
}

Diff for: src/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import pm from "picomatch"
21
import sharp from 'sharp'
32
import { buildOptions, has, Options } from "./options"
43
import { directives } from './directives'

0 commit comments

Comments
 (0)