We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f46a2e commit d24c003Copy full SHA for d24c003
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hanassist",
3
- "version": "4.4.1",
+ "version": "4.4.2",
4
"description": "A MediaWiki gadget to ease Chinese variant handling in user scripts and gadgets.",
5
"repository": "github:diskdance/HanAssist",
6
"author": "diskdance",
@@ -10,7 +10,7 @@
10
"require": "./dist/Gadget-HanAssist.js"
11
}
12
},
13
- "typings": "./dist/index.d.ts",
+ "typings": "./dist/lib/index.d.ts",
14
"type": "module",
15
"files": [
16
"dist"
0 commit comments