Skip to content

Commit

Permalink
fix(transducers-binary): update juxt import
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Feb 12, 2019
1 parent 3c257f6 commit 77ed4c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/transducers-binary/package.json
Expand Up @@ -32,6 +32,7 @@
"typescript": "^3.2.2"
},
"dependencies": {
"@thi.ng/compose": "^1.0.2",
"@thi.ng/strings": "^1.0.3",
"@thi.ng/transducers": "^4.0.1"
},
Expand All @@ -55,4 +56,4 @@
"access": "public"
},
"sideEffects": false
}
}
2 changes: 1 addition & 1 deletion packages/transducers-binary/src/hex-dump.ts
@@ -1,9 +1,9 @@
import { juxt } from "@thi.ng/compose";
import { U32, U8 } from "@thi.ng/strings";
import {
$iter,
comp,
iterator,
juxt,
map,
mapIndexed,
padLast,
Expand Down

0 comments on commit 77ed4c5

Please sign in to comment.