Skip to content

Commit 694ca40

Browse files
authored
Merge pull request #45 from MQpeng/fix/package
fix(pkg):include addressparse.d.ts
2 parents b998482 + 24ee083 commit 694ca40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eml-parse-js",
3-
"version": "1.1.10",
3+
"version": "1.1.11",
44
"description": "format EML file in browser env",
55
"main": "./lib/bundle.umd.js",
66
"module": "./lib/bundle.esm.js",
@@ -40,6 +40,7 @@
4040
"dist/charset.d.ts",
4141
"dist/utils.d.ts",
4242
"dist/interface.d.ts",
43+
"dist/addressparser.d.ts",
4344
"src",
4445
"lib",
4546
"LICENSE"

0 commit comments

Comments
 (0)