Skip to content

Commit

Permalink
Update README and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
corrideat committed May 20, 2022
1 parent 2810880 commit 63b464d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ The import will return something like this:

```js
{
width: 2000
height: 1333,
originalWidth: 133,
originalHeight: 200,
width: 200
height: 133,
originalWidth: 1333,
originalHeight: 2000,
src: 'http://example.com/assets/img1.200w-AAAAAAAA.png',
sources: [
[
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@exact-realty/esbuild-plugin-responsive-images",
"version": "1.0.2",
"version": "1.0.3",
"description": "esbuild plugin for responsive images using Sharp",
"main": "dist/index.js",
"module": "./dist/index.mjs",
Expand All @@ -25,7 +25,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/Exact-Realty/esbuild-plugin-responsive-images555.git"
"url": "git+https://github.com/Exact-Realty/esbuild-plugin-responsive-images.git"
},
"author": "Exact Realty Limited",
"license": "ISC",
Expand All @@ -44,5 +44,6 @@
"peerDependencies": {
"esbuild": "^0.14.39",
"sharp": "^0.30.4"
}
},
"keywords": ["esbuild", "esbuild plugin", "responsive images", "sharp", "libvips", "srcset", "jpeg", "png", "webp", "avif"]
}

0 comments on commit 63b464d

Please sign in to comment.