Skip to content

Commit

Permalink
Merge pull request #16 from capacitor-community/bugfix/build-1.0.2-fa…
Browse files Browse the repository at this point in the history
…ils-to-install

bugfix: ERROR in ./node_modules/@capacitor-community/file-opener/dist/esm/index.js 3:0-30
  • Loading branch information
ryaa authored Oct 29, 2022
2 parents 0be0dec + 36c3ab9 commit a0a2d9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { registerPlugin } from '@capacitor/core';

import type { FileOpenerPlugin } from './definitions';
import type { FileOpenerPlugin } from './definitions.js';

const FileOpener = registerPlugin<FileOpenerPlugin>('FileOpener');

export * from './definitions';
export * from './definitions.js';
export { FileOpener };

0 comments on commit a0a2d9b

Please sign in to comment.