Skip to content

Commit b7d6c6c

Browse files
authored
Delete invalid entry from the files field in package.json (#43)
* Delete invalid entry from the files field in package.json * Add changeset
1 parent ce60faf commit b7d6c6c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.changeset/cruel-parrots-bathe.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"slidev-addon-fancy-arrow": patch
3+
---
4+
5+
Delete invalid entry from the files field in package.json

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
"version": "0.6.2",
44
"type": "module",
55
"files": [
6-
"components",
7-
"vite.config.ts"
6+
"components"
87
],
98
"scripts": {
109
"build": "slidev build",

0 commit comments

Comments
 (0)