Skip to content

Commit dca10cc

Browse files
authored
Merge pull request #12 from purescript-node/build-with-latest-node-process
Relax upper bound to allow building with latest node-process
2 parents cac5d9f + c39cd56 commit dca10cc

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)