Skip to content

Commit

Permalink
fix: relay kill signals to child process (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed Oct 17, 2022
1 parent 332f242 commit 5aaa60f
Show file tree
Hide file tree
Showing 13 changed files with 398 additions and 98 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
".": "./dist/loader.js",
"./cli": "./dist/cli.js",
"./suppress-warnings": "./dist/suppress-warnings.cjs",
"./preflight": "./dist/preflight.cjs",
"./repl": "./dist/repl.js"
},
"bin": "./dist/cli.js",
Expand All @@ -46,7 +47,7 @@
"fsevents": "~2.3.2"
},
"devDependencies": {
"@pvtnbr/eslint-config": "^0.30.1",
"@pvtnbr/eslint-config": "^0.30.2",
"@types/cross-spawn": "^6.0.2",
"@types/node": "^18.8.2",
"@types/react": "^18.0.21",
Expand All @@ -61,8 +62,10 @@
"get-node": "^13.2.0",
"kolorist": "^1.6.0",
"manten": "^0.3.0",
"node-pty": "^0.10.1",
"pkgroll": "^1.4.0",
"semver": "^7.3.8",
"strip-ansi": "^7.0.1",
"type-flag": "^2.2.0",
"typescript": "^4.8.4"
},
Expand Down

0 comments on commit 5aaa60f

Please sign in to comment.