Skip to content

Commit

Permalink
update dependencies (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
shimataro authored Feb 8, 2021
1 parent a988908 commit 0b924ac
Show file tree
Hide file tree
Showing 3 changed files with 677 additions and 595 deletions.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);
return result;
};
Expand Down
Loading

0 comments on commit 0b924ac

Please sign in to comment.