Skip to content

Commit

Permalink
fix: Adapter static reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ivynya committed Sep 6, 2021
1 parent ccfe60f commit 5f82f0e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

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

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,13 @@
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@sveltejs/adapter-static": "^1.0.0-next.18",
"@sveltejs/kit": "next",
"svelte": "^3.34.0",
"svelte-check": "^2.0.0",
"svelte-preprocess": "^4.0.0",
"tslib": "^2.0.0",
"typescript": "^4.0.0"
},
"type": "module",
"dependencies": {
"@sveltejs/adapter-static": "^1.0.0-next.0"
}
"type": "module"
}

0 comments on commit 5f82f0e

Please sign in to comment.