diff --git a/README.md b/README.md index 30501af..43087b7 100644 --- a/README.md +++ b/README.md @@ -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: [ [ diff --git a/package.json b/package.json index 8aba604..6d44af7 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", @@ -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"] }