Skip to content

Commit

Permalink
fix: allow any node package manager to install (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
jthegedus authored May 7, 2021
1 parent 5b3fad1 commit 417f167
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Since SvelteKit is still in Beta, and the Adapter API is _most_ in flux, here is

| Adapter Version | SvelteKit Version |
| --------------- | ----------------- |
| `0.6.x` | `1.0.0-next.100` |
| `0.6.3` | `1.0.0-next.101` |
| `0.5.x` | `1.0.0-next.54` |
| `0.4.x` | `1.0.0-next.46` |
| `0.3.x` | `1.0.0-next.27` |
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"src"
],
"dependencies": {
"@sveltejs/kit": "1.0.0-next.100",
"@sveltejs/kit": "1.0.0-next.101",
"esbuild": "^0.11.18"
},
"devDependencies": {
Expand All @@ -48,7 +48,6 @@
"xo": "^0.38.2"
},
"scripts": {
"preinstall": "npx -y only-allow pnpm",
"prepare": "husky install",
"fix": "xo --fix",
"test": "xo && ava"
Expand Down
8 changes: 4 additions & 4 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 417f167

Please sign in to comment.