@lawcket/fn
Advanced tools
Comparing version
@@ -15,4 +15,2 @@ "use strict"; | ||
}; | ||
module.exports = { | ||
broadcast: broadcast, | ||
}; | ||
module.exports = { broadcast: broadcast }; |
@@ -11,4 +11,2 @@ "use strict"; | ||
}; | ||
module.exports = { | ||
curry: curry, | ||
}; | ||
module.exports = { curry: curry }; |
@@ -13,2 +13,2 @@ "use strict"; | ||
}; | ||
module.exports = __assign({}, require('./curry'), require('./pipe'), require('./toss'), require('./broadcast')); | ||
module.exports = __assign({}, require('./curry'), require('./pipe'), require('./toss'), require('./broadcast'), require('./get')); |
@@ -16,4 +16,2 @@ "use strict"; | ||
}; | ||
module.exports = { | ||
pipe: pipe, | ||
}; | ||
module.exports = { pipe: pipe }; |
@@ -5,4 +5,2 @@ "use strict"; | ||
}; | ||
module.exports = { | ||
toss: toss, | ||
}; | ||
module.exports = { toss: toss }; |
{ | ||
"name": "@lawcket/fn", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A collection of utils for use in lawcket libs", | ||
@@ -14,10 +14,10 @@ "main": "lib/index.js", | ||
}, | ||
"author": "Chris Sullivan", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/icarus-sullivan/lawcket-fn.git" | ||
"url": "https://github.com/icarus-sullivan/lawcket.git" | ||
}, | ||
"author": "Chris Sullivan", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/icarus-sullivan/lawcket-fn/issues" | ||
"url": "https://github.com/icarus-sullivan/lawcket/issues" | ||
}, | ||
@@ -24,0 +24,0 @@ "homepage": "https://github.com/icarus-sullivan/lawcket-fn#readme", |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
4690
21.82%15
15.38%84
15.07%1
-50%9
800%