[fix] include action in pkg.files (#7407)

pull/7738/head
GHOST 5 years ago committed by GitHub
parent 4f1f762631
commit 6c6a771a17

@ -1,5 +1,9 @@
# Svelte changelog
## Unreleased
* Add action folder to published files ([#7407](https://github.com/sveltejs/svelte/pull/7407))
## 3.46.5
* Add TypeScript interfaces for typing actions ([#6538](https://github.com/sveltejs/svelte/issues/6538))

@ -16,7 +16,7 @@
"transition",
"easing",
"motion",
"svelte",
"action",
"README.md"
],
"exports": {

Loading…
Cancel
Save