Skip to content

Commit cc7c517

Browse files
Brandon Konklepaf31
authored andcommitted
Add 'recompose' and 'mini-redux' (purescript#54)
* Add `mini-redux` at v1.1.0 * Add recompose at v1.1.0
1 parent 0a5f6a9 commit cc7c517

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

packages.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2083,6 +2083,23 @@
20832083
"repo": "https://github.com/paf31/purescript-memoize.git",
20842084
"version": "v3.0.0"
20852085
},
2086+
"mini-redux": {
2087+
"dependencies": [
2088+
"control",
2089+
"eff",
2090+
"functions",
2091+
"invariant",
2092+
"maybe",
2093+
"monoid",
2094+
"newtype",
2095+
"nullable",
2096+
"prelude",
2097+
"react",
2098+
"unsafe-coerce"
2099+
],
2100+
"repo": "https://github.com/ecliptic/purescript-mini-redux.git",
2101+
"version": "v1.1.0"
2102+
},
20862103
"monoid": {
20872104
"dependencies": [
20882105
"control",
@@ -3085,6 +3102,17 @@
30853102
"repo": "https://github.com/purescript-contrib/purescript-react-dom.git",
30863103
"version": "v2.0.0"
30873104
},
3105+
"recompose": {
3106+
"dependencies": [
3107+
"eff",
3108+
"functions",
3109+
"prelude",
3110+
"react",
3111+
"unsafe-coerce"
3112+
],
3113+
"repo": "https://github.com/ecliptic/purescript-recompose.git",
3114+
"version": "v1.1.0"
3115+
},
30883116
"reflection": {
30893117
"dependencies": [
30903118
"control",

0 commit comments

Comments
 (0)