Skip to content

Commit 7f46a2e

Browse files
committed
Prevent test declaration files in dist
1 parent 678e4ca commit 7f46a2e

File tree

3 files changed

+16
-12
lines changed

3 files changed

+16
-12
lines changed

.editorconfig

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
root = true
2-
3-
[*]
4-
trim_trailing_whitespace = true
5-
insert_final_newline = true
6-
charset = utf-8
7-
end_of_line = lf
8-
9-
[*.{js,css,ts,json}]
10-
indent_style = space
11-
indent_size = 2
1+
root = true
2+
3+
[*]
4+
trim_trailing_whitespace = true
5+
insert_final_newline = true
6+
charset = utf-8
7+
end_of_line = lf
8+
9+
[*.{js,css,ts,json}]
10+
indent_style = space
11+
indent_size = 2
12+
13+
[*.{js,ts}]
14+
quote_type = single

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hanassist",
3-
"version": "4.4.0",
3+
"version": "4.4.1",
44
"description": "A MediaWiki gadget to ease Chinese variant handling in user scripts and gadgets.",
55
"repository": "github:diskdance/HanAssist",
66
"author": "diskdance",

rollup.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export default defineConfig({
2727
// MediaWiki >= 1.42.0-wmf.13 supports ES2016
2828
target: 'ES2016',
2929
},
30+
include: ['lib/**/*.ts'],
3031
}),
3132
replace({
3233
preventAssignment: true,

0 commit comments

Comments
 (0)