@joystick.js/cli-canary 0.0.0-canary.113 → 0.0.0-canary.115

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.
@@ -1,6 +1,7 @@
1
1
  import getPlatformSafePath from "../getPlatformSafePath.js";
2
2
  var browserPathExclusions_default = [
3
- getPlatformSafePath("lib/node")
3
+ getPlatformSafePath("lib/node"),
4
+ getPlatformSafePath("tests/")
4
5
  ];
5
6
  export {
6
7
  browserPathExclusions_default as default
@@ -4,6 +4,7 @@ var nodePaths_default = [
4
4
  getPlatformSafePath("routes/"),
5
5
  getPlatformSafePath("fixtures/"),
6
6
  getPlatformSafePath("lib/node"),
7
+ getPlatformSafePath("tests/"),
7
8
  "index.server.js"
8
9
  ];
9
10
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@joystick.js/cli-canary",
3
- "version": "0.0.0-canary.113",
3
+ "version": "0.0.0-canary.115",
4
4
  "type": "module",
5
5
  "description": "CLI for the Joystick JavaScript framework.",
6
6
  "main": "development.js",
@@ -1,5 +1,6 @@
1
1
  import getPlatformSafePath from "../getPlatformSafePath.js";
2
2
 
3
3
  export default [
4
- getPlatformSafePath("lib/node")
4
+ getPlatformSafePath("lib/node"),
5
+ getPlatformSafePath("tests/"),
5
6
  ];
@@ -5,5 +5,6 @@ export default [
5
5
  getPlatformSafePath("routes/"),
6
6
  getPlatformSafePath("fixtures/"),
7
7
  getPlatformSafePath("lib/node"),
8
+ getPlatformSafePath("tests/"),
8
9
  "index.server.js",
9
10
  ];