Skip to content

Commit

Permalink
fix(internal): add cli sub package to export map
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Jun 27, 2024
1 parent 42b1ff2 commit ad95222
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
"import": "./internal/stencil-core/index.js",
"require": "./internal/stencil-core/index.cjs"
},
"./cli": {
"import": "./cli/index.js",
"require": "./cli/index.cjs"
},
"./internal": {
"import": "./internal/index.js"
},
Expand Down

0 comments on commit ad95222

Please sign in to comment.