-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add support for git amend (#126)
* feat: add support for git amend So as to allow users to maintain there "one commit" [style][eslint], this PR adds the ability to specify whether or not to have the lockfile update be amended into the previous commit. [eslint]: https://eslint.org/docs/1.0.0/developer-guide/contributing#step-5-squash-your-commits * test: remove duplicates
- Loading branch information
Showing
4 changed files
with
65 additions
and
1,858 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
coverage | ||
node_modules | ||
*.log | ||
# jest coverage output | ||
|
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.