@loybung/launcher 7.0.6 → 7.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/index.js +1 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -32,7 +32,6 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
32
32
  });
33
33
  };
34
34
  Object.defineProperty(exports, "__esModule", { value: true });
35
- exports.Launcher = void 0;
36
35
  const fs = __importStar(require("fs"));
37
36
  const path = __importStar(require("path"));
38
37
  class Launcher {
@@ -82,4 +81,4 @@ class Launcher {
82
81
  });
83
82
  }
84
83
  }
85
- exports.Launcher = Launcher;
84
+ exports.default = Launcher;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loybung/launcher",
3
- "version": "7.0.6",
3
+ "version": "7.0.7",
4
4
  "description": "LOYBUNG / Launcher",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",