Update package.json scripts

This commit is contained in:
Konrad Pabjan 2023-01-05 16:33:52 +00:00
parent 69629ad248
commit ed0a58d9de
2 changed files with 9 additions and 3 deletions

8
dist/index.js vendored
View file

@ -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;