Skip to content

Commit 4ff9011

Browse files
chore(runtime): add mock-doc export in client runtime package.json (#5860) (#5861)
Co-authored-by: Christian Bromann <git@bromann.dev>
1 parent 02b41d3 commit 4ff9011

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@
4343
"import": "./internal/app-data/index.js",
4444
"require": "./internal/app-data/index.cjs"
4545
},
46+
"./mock-doc": {
47+
"import": "./mock-doc/index.js",
48+
"require": "./mock-doc/index.cjs"
49+
},
4650
"./compiler": {
4751
"import": "./compiler/stencil.js"
4852
},

0 commit comments

Comments
 (0)