Skip to content

Commit

Permalink
fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Sep 19, 2022
1 parent 232562a commit ed5cc7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/adapter-node/package.json
Expand Up @@ -32,7 +32,6 @@
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@rollup/plugin-json": "^4.1.0",
"@sveltejs/kit": "workspace:*",
"@types/node": "^16.11.36",
"c8": "^7.11.3",
Expand All @@ -46,6 +45,7 @@
},
"dependencies": {
"@rollup/plugin-commonjs": "^22.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^14.1.0"
}
}
3 changes: 1 addition & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ed5cc7b

Please sign in to comment.