Skip to content

Commit

Permalink
Add missing files to adapter-auto package (#2891)
Browse files Browse the repository at this point in the history
* add missing file to package

* changeset
  • Loading branch information
Rich-Harris authored Nov 24, 2021
1 parent 2ff8662 commit 2c0f5f2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/kind-wolves-yawn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sveltejs/adapter-auto': patch
---

Add missing file to adapter-auto package
4 changes: 3 additions & 1 deletion packages/adapter-auto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
"types": "index.d.ts",
"files": [
"files",
"index.d.ts"
"index.js",
"index.d.ts",
"adapters.js"
],
"scripts": {
"lint": "eslint --ignore-path .gitignore \"**/*.{ts,js,svelte}\" && npm run check-format",
Expand Down

0 comments on commit 2c0f5f2

Please sign in to comment.