-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(Hooks): Avoid running hooks transforms for non-root repos
BREAKING CHANGE: Will break for versions prior to Node 8
- Loading branch information
Showing
16 changed files
with
723 additions
and
669 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
# Code of Conduct | ||
|
||
Be kind, except if i behave like an asshole, | ||
if so, tell me by linking to this file. | ||
Be kind, except if I behave like an asshole, if so, tell me by linking to this | ||
file. | ||
|
||
I try hard to automate things so that you cannot | ||
create noises without really willing to do so. | ||
I try hard to document and automate things so that you cannot create noises | ||
without really willing to do so. | ||
|
||
This is why i'll just delete issues/comments | ||
making be sad. | ||
This is why I'll just delete issues/comments making be sad. |
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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,7 @@ | |
|
||
language: node_js | ||
node_js: | ||
- 6 | ||
- 6.9.5 | ||
- 7 | ||
- 8 | ||
- 8.12.0 | ||
- 9 | ||
- 10 |
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.