Skip to content
This repository was archived by the owner on Feb 1, 2025. It is now read-only.

Commit 7a83bed

Browse files
authored
feat: repository and git config added (#6)
Co-authored-by: Jan Soukup <[email protected]>
1 parent 459949e commit 7a83bed

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Diff for: package.json

+9-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
"license": "ISC",
66
"author": "Jan Soukup <[email protected]>",
77
"main": "handler.ts",
8+
"publishConfig": {
9+
"registry": "https://registry.npmjs.org/",
10+
"access": "public"
11+
},
12+
"repository": {
13+
"type": "git",
14+
"url": "https://github.com/sladg/nextjs-image-optimizer-handler"
15+
},
816
"scripts": {
917
"prebuild": "rm -rf dist",
1018
"build:handler": "NODE_ENV=production esbuild lib/index.ts --bundle --minify --sourcemap --platform=node --target=es2020 --outfile=dist/index.js",
@@ -45,4 +53,4 @@
4553
"peerDependencies": {
4654
"next": "^12.2.3"
4755
}
48-
}
56+
}

0 commit comments

Comments
 (0)