Skip to content

Commit 622c594

Browse files
committed
v1.7.0
Add types
1 parent 5ffe027 commit 622c594

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
declare module 'email-forward-parser' {
1+
declare module "email-forward-parser" {
22
class EmailForwardParser {
33
read(
44
body: string,

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "email-forward-parser",
3-
"version": "1.6.1",
3+
"version": "1.7.0",
44
"description": "Parses forwarded emails and extract content",
55
"author": "Eliott Vincent <eliott@crisp.chat>",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)