@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.
- package/dist/index.js +1 -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.
|
84
|
+
exports.default = Launcher;
|