Skip to content

Commit c39cd56

Browse files
committed
Relax upper bound to allow building with latest node-process
We don't use any part of `node-process` which changed in the bump to version 5.0.0, so nothing beyond this needs doing.
1 parent cac5d9f commit c39cd56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"purescript-console": "^3.0.0",
2020
"purescript-node-streams": "^3.0.0",
21-
"purescript-node-process": "^4.0.0",
21+
"purescript-node-process": ">= 4.0.0 <6.0.0",
2222
"purescript-options": "^3.0.0",
2323
"purescript-foreign": "^4.0.0"
2424
}

0 commit comments

Comments
 (0)