Skip to content

Commit a295ab4

Browse files
committed
Add some needed dependencies explicitly
So this package builds on its own, but if you were to have a package that has this one as its only dependency, it fails to build because it's missing the packages this commit includes.
1 parent 6343b42 commit a295ab4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

bower.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"Gruntfile.js",
1717
"package.json"
1818
],
19-
"repository": {
19+
"repository": {
2020
"type": "git",
2121
"url": "git://github.com/paf31/purescript-string-parsers.git"
2222
},
@@ -25,7 +25,9 @@
2525
"purescript-arrays": "~0.4.2",
2626
"purescript-maybe": "~0.3.4",
2727
"purescript-strings": "~0.7.0",
28-
"purescript-foldable-traversable": "~0.4.0"
28+
"purescript-foldable-traversable": "~0.4.0",
29+
"purescript-either": "~0.2.3",
30+
"purescript-lists": "~0.7.8"
2931
},
3032
"devDependencies": {
3133
"purescript-math": "~0.2.0",

0 commit comments

Comments
 (0)