Skip to content

Commit

Permalink
build: update export maps
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Sep 10, 2021
1 parent b5368f0 commit 413ecf4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/matrices/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"files": [
"*.js",
"*.d.ts",
"internal"
"compile"
],
"exports": {
".": {
Expand Down
6 changes: 3 additions & 3 deletions packages/rdom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@
"./api": {
"import": "./api.js"
},
"./checks": {
"import": "./checks.js"
},
"./compile": {
"import": "./compile.js"
},
Expand Down Expand Up @@ -111,9 +114,6 @@
"./switch": {
"import": "./switch.js"
},
"./utils": {
"import": "./utils.js"
},
"./wrap": {
"import": "./wrap.js"
}
Expand Down
3 changes: 3 additions & 0 deletions packages/rstream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@
"./api": {
"import": "./api.js"
},
"./checks": {
"import": "./checks.js"
},
"./forkjoin": {
"import": "./forkjoin.js"
},
Expand Down
3 changes: 2 additions & 1 deletion packages/testament/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
},
"files": [
"*.js",
"*.d.ts"
"*.d.ts",
"bin"
],
"exports": {
".": {
Expand Down

0 comments on commit 413ecf4

Please sign in to comment.