Bump version to 2.2.1

This commit is contained in:
Shivam Mathur
2020-05-19 01:18:32 +05:30
parent 3bffbad95a
commit a48ff666f8
3 changed files with 50 additions and 62 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;