Skip to content

Commit 61d54f5

Browse files
committed
Merge pull request #53 from hdgarrood/master
Add missing dependency purescript-arrays
2 parents 4a4109e + bc1db7c commit 61d54f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bower.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"purescript-lists": "^1.0.0-rc.1",
2727
"purescript-random": "^1.0.0-rc.1",
2828
"purescript-strings": "^1.0.0-rc.1",
29-
"purescript-transformers": "^1.0.0-rc.1"
29+
"purescript-transformers": "^1.0.0-rc.1",
30+
"purescript-arrays": "^1.0.0-rc.4"
3031
}
3132
}

0 commit comments

Comments
 (0)