Merge pull request #187 from justinwoo/node-child-process-12

add node-child-process
This commit is contained in:
Justin Woo 2018-06-03 10:48:45 +03:00 committed by GitHub
commit 5c8b4306d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -647,6 +647,21 @@
"repo": "https://github.com/purescript-node/purescript-node-buffer",
"version": "v5.0.0"
},
"node-child-process": {
"dependencies": [
"exceptions",
"foreign",
"foreign-object",
"functions",
"node-fs",
"node-streams",
"nullable",
"posix-types",
"unsafe-coerce"
],
"repo": "https://github.com/purescript-node/purescript-node-child-process",
"version": "v5.0.0"
},
"node-fs": {
"dependencies": [
"datetime",