@joystick.js/cli-canary 0.0.0-canary.84 → 0.0.0-canary.85

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -50,7 +50,7 @@ const handleSignalEvents = (processIds = [], nodeMajorVersion = 0, __dirname = "
50
50
  execArgv.push("--experimental-specifier-resolution=node");
51
51
  }
52
52
  const cleanupProcess = child_process.fork(
53
- path.resolve(`${__dirname}/cleanup/index.js`),
53
+ path.resolve(`${__dirname}/cleanup.js`),
54
54
  [],
55
55
  {
56
56
  // NOTE: Run in detached mode so when parent process dies, the child still runs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@joystick.js/cli-canary",
3
- "version": "0.0.0-canary.84",
3
+ "version": "0.0.0-canary.85",
4
4
  "type": "module",
5
5
  "description": "CLI for the Joystick JavaScript framework.",
6
6
  "main": "development.js",
@@ -62,7 +62,7 @@ const handleSignalEvents = (processIds = [], nodeMajorVersion = 0, __dirname = '
62
62
  }
63
63
 
64
64
  const cleanupProcess = child_process.fork(
65
- path.resolve(`${__dirname}/cleanup/index.js`),
65
+ path.resolve(`${__dirname}/cleanup.js`),
66
66
  [],
67
67
  {
68
68
  // NOTE: Run in detached mode so when parent process dies, the child still runs