Skip to content

Commit 83806dc

Browse files
committed
fix: publish config
1 parent 80943a2 commit 83806dc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "0.0.2",
44
"description": "Vite support for Netlify Edge Function",
55
"module": "dist/index.js",
6+
"main": "dist/index.js",
67
"author": "Matt Kane <[email protected]>",
78
"license": "MIT",
89
"type": "module",
@@ -13,6 +14,9 @@
1314
"build:client": "vite build demo",
1415
"build:ssr": "vite build demo --ssr handler.js"
1516
},
17+
"files": [
18+
"dist"
19+
],
1620
"devDependencies": {
1721
"@types/node": "^17.0.23",
1822
"typescript": "^4.6.3",

0 commit comments

Comments
 (0)