git ssb

30+

cel / git-ssb-web



Commit 6b20ee6afa7feaa4fb3b956b1ddfd18c164e1a2a

change catMap for map+flatten

mix irving committed on 10/23/2016, 5:52:08 AM
Parent: 62e5da8f13b025e0815d45a9019cc8ac6dd9d92c

Files changed

lib/util.jschanged
package.jsonchanged
lib/util.jsView
@@ -43,9 +43,10 @@
4343 u.sourceMap = function sourceMap (source, fn) {
4444 return pull(
4545 source,
4646 pull.filter(Boolean),
47- catMap(fn)
47 + pull.map(fn),
48 + pull.flatten()
4849 )
4950 }
5051
5152 u.escape = function (str) {
package.jsonView
@@ -11,12 +11,11 @@
1111 "moment": "^2.14.1",
1212 "multicb": "^1.2.1",
1313 "node-polyglot": "^1.0.0",
1414 "pull-cat": "^1.1.8",
15- "pull-cat-map": "^1.0.0",
1615 "pull-git-pack": "^0.2.0",
1716 "pull-git-repo": "^0.6.0",
18- "pull-hyperscript": "0.0.2",
17 + "pull-hyperscript": "^0.0.3",
1918 "pull-identify-filetype": "^1.1.0",
2019 "pull-many": "^1.0.6",
2120 "pull-paramap": "^1.1.6",
2221 "pull-stream": "^3.1.0",

Built with git-ssb-web