-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BREAKING CHANGE: Drop support for Node < 12.13.0 * refactor: remove direct dependency on fs-extra * refactor: remove devDependency on rimraf * chore: ignore package manager error logs * refactor: replace cross-zip with extract-zip * chore(gitignore): yarn.lock is in git * chore(deps): upgrade debug to ^4.3.2 * build(deps-dev): upgrade eslint-plugin-import to ^2.23.4 * chore: replace .npmignore with package.json files * build(deps-dev): upgrade mocha to ^9.0.3 * chore: remove unused .jsfmtrc file * build(deps-dev): upgrade eslint to ^7.32.0 * build(deps-dev): upgrade eslint-config-airbnb-base to ^14.2.1 * ci: test with the minimum required Node.js version
- Loading branch information
Showing
10 changed files
with
803 additions
and
980 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
*-error.log | ||
node_modules/ | ||
.DS_Store | ||
npm-debug.log | ||
package-lock.json | ||
yarn.lock | ||
test/fixture* |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.