Skip to content

Commit 48f5b9c

Browse files
committed
v0.0.1
1 parent 765a4ec commit 48f5b9c

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

package.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/vite-plugin-netlify-edge",
3-
"version": "0.0.4",
3+
"version": "0.0.1",
44
"description": "Vite support for Netlify Edge Function",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",
@@ -32,8 +32,16 @@
3232
"dependencies": {
3333
"fast-glob": "^3.2.11"
3434
},
35-
"publishConfig": {
36-
"registry": "https://npm.pkg.github.com"
35+
"repository": {
36+
"type": "git",
37+
"url": "git+ssh://[email protected]/netlify/vite-plugin-netlify-edge.git"
3738
},
38-
"repository": "[email protected]:netlify/vite-plugin-netlify-edge.git"
39+
"bugs": {
40+
"url": "https://github.com/netlify/vite-plugin-netlify-edge/issues"
41+
},
42+
"homepage": "https://github.com/netlify/vite-plugin-netlify-edge#readme",
43+
"keywords": [
44+
"vite-plugin",
45+
"vite"
46+
]
3947
}

0 commit comments

Comments
 (0)