@joystick.js/cli-canary 0.0.0-canary.79 → 0.0.0-canary.80

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.
@@ -8,7 +8,6 @@ import loadSettings from "./loadSettings.js";
8
8
  import Loader from "../loader.js";
9
9
  import startDatabases from "./startDatabases.js";
10
10
  import runTests from "./runTests.js";
11
- import cleanup from "./cleanup.js";
12
11
  import startHMR from "./startHMR.js";
13
12
  import startApp from "./startApp.js";
14
13
  import requiredFiles from "./requiredFiles.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@joystick.js/cli-canary",
3
- "version": "0.0.0-canary.79",
3
+ "version": "0.0.0-canary.80",
4
4
  "type": "module",
5
5
  "description": "CLI for the Joystick JavaScript framework.",
6
6
  "main": "development.js",
@@ -10,7 +10,6 @@ import loadSettings from "./loadSettings.js";
10
10
  import Loader from "../loader.js";
11
11
  import startDatabases from "./startDatabases.js";
12
12
  import runTests from "./runTests.js";
13
- import cleanup from "./cleanup.js";
14
13
  import startHMR from "./startHMR.js";
15
14
  import startApp from "./startApp.js";
16
15
  import requiredFiles from "./requiredFiles.js";