Skip to content

Commit

Permalink
Actually remove host dep (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
taybenlor authored Sep 23, 2023
1 parent 9ee266c commit 8e91438
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"build": "tsc && vite build"
},
"dependencies": {
"@runno/host": "file://../packages/host",
"@runno/client": "file://../packages/client",
"@runno/runtime": "file://../packages/runtime",
"lit": "^2.0.2"
Expand Down
1 change: 0 additions & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"vite": "^4.4.9"
},
"dependencies": {
"@runno/host": "^0.5.4",
"@runno/runtime": "^0.5.5",
"normalize.css": "^8.0.1",
"post-me": "^0.4.5",
Expand Down
1 change: 0 additions & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"serve": "vite preview"
},
"devDependencies": {
"@runno/host": "^0.5.4",
"@runno/runtime": "^0.5.5",
"@runno/wasi": "^0.5.4",
"@tailwindcss/typography": "^0.5.4",
Expand Down

0 comments on commit 8e91438

Please sign in to comment.