Skip to content

Commit

Permalink
chore(runtime): add mock-doc export in client runtime package.json (#…
Browse files Browse the repository at this point in the history
…5860) (#5861)

Co-authored-by: Christian Bromann <[email protected]>
  • Loading branch information
saschanowak and christian-bromann authored Jun 27, 2024
1 parent 02b41d3 commit 4ff9011
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 @@ -43,6 +43,10 @@
"import": "./internal/app-data/index.js",
"require": "./internal/app-data/index.cjs"
},
"./mock-doc": {
"import": "./mock-doc/index.js",
"require": "./mock-doc/index.cjs"
},
"./compiler": {
"import": "./compiler/stencil.js"
},
Expand Down

0 comments on commit 4ff9011

Please sign in to comment.