Skip to content

Commit

Permalink
Merge pull request #100 from kepler-inc/Fix-ems-module-imports
Browse files Browse the repository at this point in the history
Fix integrations  esm module imports
  • Loading branch information
adeniyii authored Aug 20, 2024
2 parents d67b149 + 5b8d6a6 commit 4577856
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/google/src/client.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import retry from 'async-retry-ng';
import { TokenInfo } from 'google-auth-library';
import { google, gmail_v1 } from 'googleapis';
import PostalMime from 'postal-mime';

import PostalMime from '../node_modules/postal-mime';

import { GMAIL_API_URL, Labels } from './constants';
import { GmailMessageNotFound } from './errors';
Expand Down
2 changes: 1 addition & 1 deletion packages/rewatch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"module": "dist/future-rewatch.esm.js",
"module": "dist/rewatch.esm.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
Expand Down

0 comments on commit 4577856

Please sign in to comment.