Skip to content

Commit 21b0010

Browse files
committed
chore: fix up linting issue
1 parent 6fd32b6 commit 21b0010

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

theme/package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@
1010
"module": "./dist/index.es.js",
1111
"types": "./dist/index.es.d.ts"
1212
},
13-
"files": [
14-
"dist"
15-
],
13+
"files": ["dist"],
1614
"scripts": {
1715
"build": "pnpm build:types && pnpm build:lib",
1816
"build:lib": "vite build",

0 commit comments

Comments
 (0)