Skip to content

Commit 08cf02e

Browse files
matthewleonpaf31
authored andcommitted
add console-browser-specific (purescript#56)
1 parent 1c44e46 commit 08cf02e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

packages.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -608,6 +608,24 @@
608608
"repo": "https://github.com/purescript/purescript-console.git",
609609
"version": "v2.0.0"
610610
},
611+
"console-browser-specific": {
612+
"dependencies": [
613+
"bifunctors",
614+
"console",
615+
"control",
616+
"eff",
617+
"either",
618+
"exceptions",
619+
"foldable-traversable",
620+
"invariant",
621+
"maybe",
622+
"monoid",
623+
"newtype",
624+
"prelude"
625+
],
626+
"repo": "https://github.com/matthewleon/purescript-console-browser-specific.git",
627+
"version": "v0.0.1"
628+
},
611629
"const": {
612630
"dependencies": [
613631
"bifunctors",

0 commit comments

Comments
 (0)