recompile with correct ncc version

This commit is contained in:
Rob Herley 2022-05-19 20:46:08 +00:00 committed by GitHub
parent 2e0d362ec5
commit 4d3986961d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
dist/index.js vendored
View File

@ -19,13 +19,7 @@ module.exports =
/******/ };
/******/
/******/ // Execute the module function
/******/ var threw = true;
/******/ try {
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
/******/ threw = false;
/******/ } finally {
/******/ if(threw) delete installedModules[moduleId];
/******/ }
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
/******/
/******/ // Flag the module as loaded
/******/ module.l = true;