Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Sep 20, 2022
1 parent 3c3b6a8 commit 9be1f16
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/early-olives-burn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sveltejs/adapter-node': patch
---

Add missing Rollup dependency
4 changes: 2 additions & 2 deletions packages/adapter-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@
"node-fetch": "^3.2.4",
"polka": "^1.0.0-next.22",
"rimraf": "^3.0.2",
"rollup": "^2.78.1",
"sirv": "^2.0.2",
"typescript": "^4.8.2",
"uvu": "^0.5.3"
},
"dependencies": {
"@rollup/plugin-commonjs": "^22.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^14.1.0"
"@rollup/plugin-node-resolve": "^14.1.0",
"rollup": "^2.78.1"
}
}

0 comments on commit 9be1f16

Please sign in to comment.