Skip to content

Commit

Permalink
build: update exports various pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Aug 21, 2023
1 parent 0a6ba5f commit 85fa19c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/associative/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@
"./first": {
"default": "./first.js"
},
"./from-keys": {
"default": "./from-keys.js"
},
"./hash-map": {
"default": "./hash-map.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 @@ -180,6 +180,9 @@
"./timeout": {
"default": "./timeout.js"
},
"./toggle": {
"default": "./toggle.js"
},
"./trace": {
"default": "./trace.js"
},
Expand Down
3 changes: 3 additions & 0 deletions packages/transducers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,9 @@
"./last": {
"default": "./last.js"
},
"./length": {
"default": "./length.js"
},
"./line": {
"default": "./line.js"
},
Expand Down

0 comments on commit 85fa19c

Please sign in to comment.