Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace gulp with modern tools or npm scripts (#112)
* Bump minimist from 1.2.5 to 1.2.6 Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Update nodejs.yml * Update dep integrities * Bump packages * Update package-lock.json * Update integrity of glob-parent * Bump the Node packages & resolve any security updates Bump the GitHub unit test suite to run against later Node.JS versions * Update integrity of glob-parent package * Update integrity of glob-parent package * Update integrity of decode-uri-component package * Downgrade decode-uri-component to 0.3.0 * Update integrity of decode-uri-component * Mojito library feature requests & updates * Mojito library feature requests & updates Update integrity of decode-uri-component Downgrade decode-uri-component to 0.3.0 Update integrity of decode-uri-component package Update integrity of glob-parent package Update integrity of glob-parent package Bump the Node packages & resolve any security updates Bump the GitHub unit test suite to run against later Node.JS versions * Remove unused files * Remove the debug code * add defensive check to prevent Mojito gets loading multi times * Wrap the defensive check into a function * Add unit test for Prevent Mojito gets loading twice * Minor updates 1. rename insertPreventDuplicateLoadingCheck to insertDuplicateContainerCheck 2. add an example of config.allowMultiInstance setting to config.js and config.example.js * Fix typo * Replace gulp with modern tools or npm scripts * Bump library version to 2.5.0 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information