Skip to content

Commit 009e2fa

Browse files
authored
add nextjs peer dependency
1 parent 2b58e8d commit 009e2fa

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

package-lock.json

Lines changed: 5 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitpatty/next-image-s3-imgproxy-loader",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "imgproxy S3 extension for next/image",
55
"author": "Matteias Collet <[email protected]>",
66
"main": "dist/index.js",
@@ -31,5 +31,8 @@
3131
"rollup-plugin-typescript2": "^0.30.0",
3232
"tslib": "^2.3.1",
3333
"typescript": "^4.4.3"
34+
},
35+
"peerDependencies": {
36+
"next": "^11.0.0"
3437
}
3538
}

0 commit comments

Comments
 (0)