Skip to content

Commit

Permalink
recompile with correct ncc version
Browse files Browse the repository at this point in the history
  • Loading branch information
robherley committed May 19, 2022
1 parent 2e0d362 commit 4d39869
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions dist/index.js
Expand Up @@ -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;
Expand Down

0 comments on commit 4d39869

Please sign in to comment.