Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

Commit

Permalink
build: add ./plugins and ./plugins/* exports
Browse files Browse the repository at this point in the history
  • Loading branch information
unicornware committed Oct 9, 2021
1 parent 7451cde commit d7f32a4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,14 @@
"require": "./cjs/interfaces/*.cjs"
},
"./package.json": "./package.json",
"./plugins": {
"import": "./esm/plugins/index.mjs",
"require": "./cjs/plugins/index.cjs"
},
"./plugins/*": {
"import": "./esm/plugins/*.mjs",
"require": "./cjs/plugins/*.cjs"
},
"./trext": {
"import": "./esm/trext.mjs",
"require": "./cjs/trext.cjs"
Expand Down

0 comments on commit d7f32a4

Please sign in to comment.