diff --git a/dist/index.js b/dist/index.js index 594acc6..44aa363 100644 --- a/dist/index.js +++ b/dist/index.js @@ -19,7 +19,13 @@ module.exports = /******/ }; /******/ /******/ // Execute the module function -/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); +/******/ var threw = true; +/******/ try { +/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); +/******/ threw = false; +/******/ } finally { +/******/ if(threw) delete installedModules[moduleId]; +/******/ } /******/ /******/ // Flag the module as loaded /******/ module.l = true; diff --git a/package-lock.json b/package-lock.json index 9814cc0..6c26887 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2851,9 +2851,9 @@ } }, "@zeit/ncc": { - "version": "0.22.1", - "resolved": "https://registry.npmjs.org/@zeit/ncc/-/ncc-0.22.1.tgz", - "integrity": "sha512-Qq3bMuonkcnV/96jhy9SQYdh39NXHxNMJ1O31ZFzWG9n52fR2DLtgrNzhj/ahlEjnBziMLGVWDbaS9sf03/fEw==", + "version": "0.22.3", + "resolved": "https://registry.npmjs.org/@zeit/ncc/-/ncc-0.22.3.tgz", + "integrity": "sha512-jnCLpLXWuw/PAiJiVbLjA8WBC0IJQbFeUwF4I9M+23MvIxTxk5pD4Q8byQBSPmHQjz5aBoA7AKAElQxMpjrCLQ==", "dev": true }, "abab": { diff --git a/package.json b/package.json index 7351986..b0e19eb 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@types/jest": "^26.0.24", "@types/node": "^16.4.1", "@typescript-eslint/parser": "^4.28.4", - "@zeit/ncc": "^0.22.1", + "@zeit/ncc": "^0.22.3", "concurrently": "^6.2.0", "eslint": "^7.31.0", "eslint-plugin-github": "^4.1.5",