From 4d745286b491b9d12825a8b676a817a5df5670a9 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Thu, 12 Oct 2023 01:43:00 +0200 Subject: [PATCH] Cleanup --- dist/index.js | 3 --- index.js | 2 -- 2 files changed, 5 deletions(-) diff --git a/dist/index.js b/dist/index.js index c32f1b40a..93717ab79 100644 --- a/dist/index.js +++ b/dist/index.js @@ -65695,9 +65695,6 @@ __nccwpck_require__.r(__webpack_exports__); /* harmony export */ "run": () => (/* binding */ run), /* harmony export */ "setupRuby": () => (/* binding */ setupRuby) /* harmony export */ }); -/* harmony import */ var _common__WEBPACK_IMPORTED_MODULE_0__ = __nccwpck_require__(3143); - - const os = __nccwpck_require__(2037) const fs = __nccwpck_require__(7147) const path = __nccwpck_require__(1017) diff --git a/index.js b/index.js index f34b281dc..e636b2ea6 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,3 @@ -import {getOSNameVersion} from "./common"; - const os = require('os') const fs = require('fs') const path = require('path')