Update dependencies: @types/node to 14.14.9, browserify to 17.0.0, c8 to 7.3.5, eslint to 7.14.0, eslint-plugin-jsdoc to 30.7.8, eslint-plugin-unicorn to 23.0.0, markdownlint-rule-helpers to 0.12.0, typescript to 4.1.2, uglify-js to 3.12.0.

This commit is contained in:
David Anson 2020-11-24 16:25:08 -08:00
parent c2541468ff
commit d2bd75748f
5 changed files with 27 additions and 17 deletions

View file

@ -3,6 +3,7 @@
"use strict";
const { existsSync } = require("fs");
// eslint-disable-next-line unicorn/import-style
const { join } = require("path");
const { promisify } = require("util");
const globby = require("globby");