Skip to content

Commit

Permalink
chore: replace vikram with keen in codeowners
Browse files Browse the repository at this point in the history
  • Loading branch information
Keen Yee Liau authored and alan-agius4 committed Jan 22, 2020
1 parent 117b247 commit 01356cd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
/modules/aspnetcore-engine/* @MarkPieszak @vikerman
/modules/aspnetcore-engine/* @MarkPieszak @kyliau
/modules/builders @alan-agius4
/modules/common/* @vikerman @CaerusKaru
/modules/express-engine/* @vikerman @FrozenPandaz
/modules/hapi-engine/* @vikerman @CaerusKaru
/modules/module-map-ngfactory-loader @vikerman @Toxicable @FrozenPandaz
/modules/common/* @kyliau @CaerusKaru
/modules/express-engine/* @kyliau @FrozenPandaz
/modules/hapi-engine/* @kyliau @CaerusKaru
/modules/module-map-ngfactory-loader @kyliau @Toxicable @FrozenPandaz

# Tooling
/scripts/** @CaerusKaru @vikerman
/integration/** @CaerusKaru @vikerman
/tools/** @CaerusKaru @vikerman
/scripts/** @CaerusKaru @kyliau
/integration/** @CaerusKaru @kyliau
/tools/** @CaerusKaru @kyliau

# Misc
/* @vikerman
/.github/** @vikerman
/modules/* @vikerman
/* @kyliau
/.github/** @kyliau
/modules/* @kyliau
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@ We believe that using the word "universal" is correct when referring to a JavaSc
- [PatrickJS](https://twitter.com/gdi2290) and [Jeff Whelpley](https://twitter.com/jeffwhelpley) - Founders of the Angular Universal project. (Universal rendering is also called [PatrickJS-ing](https://twitter.com/jeffbcross/status/846512930971516928))
- [Mark Pieszak](https://twitter.com/MarkPieszak) - Contributor and Evangelist, ASP.NET Core Engine
- [Jason Jean](https://github.com/FrozenPandaz) - Express engine and Universal support for CLI
- [Wassim Chegham](https://twitter.com/manekinekko) - Contributor and Evangelist, Hapi engine developer.
- [Wassim Chegham](https://twitter.com/manekinekko) - Contributor and Evangelist, Hapi engine developer.
- [Angular for the rest of us](https://medium.com/google-developer-experts/angular-universal-for-the-rest-of-us-922ca8bac84)
- [Angular outside the browser](http://slides.com/wassimchegham/angular2-universal#/)
- [Jeff Cross](https://twitter.com/jeffbcross) - Evangelist and performance consultant
- [Vikram Subramanian](https://twitter.com/vikerman) and [Alex Rickabaugh](https://github.com/alxhub) - Angular Core API
- [Keen Yee Liau](https://twitter.com/liauky) and [Alex Rickabaugh](https://github.com/alxhub) - Angular Core API

# License
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](/LICENSE)

0 comments on commit 01356cd

Please sign in to comment.