Skip to content

Commit

Permalink
fix: runtime file lost in npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
sanyuan0704 committed Sep 18, 2022
1 parent ac39f9c commit 4af0fca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "island-ssg",
"version": "0.0.1",
"version": "0.0.2",
"description": "Vite & Island architecture SSG framework",
"main": "dist/index.js",
"packageManager": "pnpm@7.9.2",
Expand Down Expand Up @@ -132,7 +132,8 @@
},
"files": [
"bin",
"src/client",
"src/runtime",
"src/theme-default",
"dist",
"vendors",
"template.html"
Expand Down

0 comments on commit 4af0fca

Please sign in to comment.