Skip to content

Commit

Permalink
fix: add dist to pkg.files and .gitignore (#9124)
Browse files Browse the repository at this point in the history
* add dist to pkg.files and gitignore

* changeset
  • Loading branch information
Rich-Harris authored Feb 20, 2023
1 parent 72f6326 commit 80511ca
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/two-bananas-wonder.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'create-svelte': patch
---

fix: add `dist` to `pkg.files` and `.gitignore`
1 change: 1 addition & 0 deletions packages/create-svelte/templates/skeletonlib/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.DS_Store
node_modules
/build
/dist
/.svelte-kit
/package
.env
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"svelte": "./dist/index.js"
}
},
"files": ["dist"],
"peerDependencies": {
"svelte": "^3.54.0"
},
Expand Down

0 comments on commit 80511ca

Please sign in to comment.