Skip to content

Commit

Permalink
get the exports right
Browse files Browse the repository at this point in the history
  • Loading branch information
Gene Hightower committed May 31, 2023
1 parent 970cf8f commit f52b3a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion lib/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
export * from "./Message";
export * from "Message";

Check failure on line 1 in lib/index.ts

View workflow job for this annotation

GitHub Actions / build

Cannot find module 'Message' or its corresponding type declarations.
export * from "message-types";

Check failure on line 2 in lib/index.ts

View workflow job for this annotation

GitHub Actions / build

Cannot find module 'message-types' or its corresponding type declarations.
export * from "message-parser";

Check failure on line 3 in lib/index.ts

View workflow job for this annotation

GitHub Actions / build

Cannot find module 'message-parser' or its corresponding type declarations.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "internet-message-parser",
"version": "2.0.1",
"version": "2.0.2",
"description": "Parse various things in an RFC-5322 Internet Message",
"main": "dist/lib/index.js",
"types": "dist/lib/index.d.ts",
Expand Down

0 comments on commit f52b3a6

Please sign in to comment.