Skip to content

Commit 986e369

Browse files
committed
Update Kitty's references
1 parent d39d265 commit 986e369

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

CODE_OF_CONDUCT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This Code of Conduct applies both within project spaces and in public spaces
3535
when an individual is representing the project or its community.
3636

3737
Instances of abusive, harassing, or otherwise unacceptable behavior may be
38-
reported by contacting a project maintainer at hugo[email protected]. All
38+
reported by contacting a project maintainer at kitty[email protected]. All
3939
complaints will be reviewed and investigated and will result in a response that
4040
is deemed necessary and appropriate to the circumstances. Maintainers are
4141
obligated to maintain confidentiality with regard to the reporter of an

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Head to the [site][SassDoc] for extensive documentation.
1717
* [Valérian Galliat](https://twitter.com/valeriangalliat)
1818
* [Fabrice Weinberg](https://twitter.com/fweinb)
1919
* [Pascal Duez](https://twitter.com/pascalduez)
20-
* [Hugo Giraudel](http://twitter.com/HugoGiraudel)
20+
* [Kitty Giraudel](http://twitter.com/KittyGiraudel)
2121

2222
[SassDoc]: http://sassdoc.com
2323
[npm-url]: https://www.npmjs.com/package/sassdoc

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"name": "sassdoc",
33
"description": "Release the docs!",
44
"author": {
5-
"name": "Hugo Giraudel",
6-
"url": "http://hugogiraudel.com",
7-
"email": "hugo[email protected]"
5+
"name": "Kitty Giraudel",
6+
"url": "http://kittygiraudel.com",
7+
"email": "kitty[email protected]"
88
},
99
"contributors": [
1010
{

test/data/expected.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@
618618
"author": [
619619
"Pascal **Duez**",
620620
"Valérian **Galliat**",
621-
"Hugo **Giraudel**",
621+
"Kitty **Giraudel**",
622622
"Fabrice **Weinberg**"
623623
],
624624
"deprecated": "This is a *deprecation* message.",

test/data/test.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
///
2525
/// @author Pascal **Duez**
2626
/// @author Valérian **Galliat**
27-
/// @author Hugo **Giraudel**
27+
/// @author Kitty **Giraudel**
2828
/// @author Fabrice **Weinberg**
2929
///
3030
/// @deprecated This is a *deprecation* message.

0 commit comments

Comments
 (0)