Skip to content

Commit de8753d

Browse files
Code-Hexgithub-actions[bot]
authored andcommitted
Apply auto lint-fix changes
1 parent d009709 commit de8753d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@
5252
},
5353
"files": [
5454
"!dist/**/*.tsbuildinfo",
55-
"docs/**/*",
5655
"LICENSE",
5756
"README.md",
58-
"dist/**/*.{js,ts,json}"
57+
"dist/**/*.{js,ts,json}",
58+
"docs/**/*"
5959
],
6060
"scripts": {
6161
"type-check": "tsc --noEmit",

0 commit comments

Comments
 (0)