Skip to content

Commit

Permalink
fix(ses-ava): Export exported types
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed Feb 19, 2022
1 parent d475a16 commit 82f1fb5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/ses-ava/exported.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
import './src/types';
import './src/types.js';
5 changes: 3 additions & 2 deletions packages/ses-ava/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@
"type": "module",
"main": "./index.js",
"exports": {
"./package.json": "./package.json",
".": "./index.js"
".": "./index.js",
"./exported.js": "./exported.js",
"./package.json": "./package.json"
},
"scripts": {
"build": "exit 0",
Expand Down

0 comments on commit 82f1fb5

Please sign in to comment.