Skip to content

Commit d24c003

Browse files
committed
Fix inconsistent typings location
1 parent 7f46a2e commit d24c003

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hanassist",
3-
"version": "4.4.1",
3+
"version": "4.4.2",
44
"description": "A MediaWiki gadget to ease Chinese variant handling in user scripts and gadgets.",
55
"repository": "github:diskdance/HanAssist",
66
"author": "diskdance",
@@ -10,7 +10,7 @@
1010
"require": "./dist/Gadget-HanAssist.js"
1111
}
1212
},
13-
"typings": "./dist/index.d.ts",
13+
"typings": "./dist/lib/index.d.ts",
1414
"type": "module",
1515
"files": [
1616
"dist"

0 commit comments

Comments
 (0)