diff options
author | Brandon Millman <brandon@0xproject.com> | 2018-08-21 04:55:22 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-21 04:55:22 +0800 |
commit | 4ded59162459e8fa3ef4b4d9a73f1c0dd19942a1 (patch) | |
tree | 5bb09f8e575b9fbd01176b36ad7b6635baca9fb9 /CODEOWNERS | |
parent | 756787c61fff9c6b463fbbd69b48210dafe62004 (diff) | |
parent | 2af99a1fe24d7a2d6ac927a7762ad046e97d820e (diff) | |
download | dexon-sol-tools-4ded59162459e8fa3ef4b4d9a73f1c0dd19942a1.tar dexon-sol-tools-4ded59162459e8fa3ef4b4d9a73f1c0dd19942a1.tar.gz dexon-sol-tools-4ded59162459e8fa3ef4b4d9a73f1c0dd19942a1.tar.bz2 dexon-sol-tools-4ded59162459e8fa3ef4b4d9a73f1c0dd19942a1.tar.lz dexon-sol-tools-4ded59162459e8fa3ef4b4d9a73f1c0dd19942a1.tar.xz dexon-sol-tools-4ded59162459e8fa3ef4b4d9a73f1c0dd19942a1.tar.zst dexon-sol-tools-4ded59162459e8fa3ef4b4d9a73f1c0dd19942a1.zip |
Merge pull request #988 from 0xProject/fix/website/build-error
[website] Revert changes to website causing it to fail building
Diffstat (limited to 'CODEOWNERS')
-rw-r--r-- | CODEOWNERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 000000000..9f9ba666e --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,8 @@ +# See https://help.github.com/articles/about-codeowners/ +# for more info about CODEOWNERS file + +# It uses the same pattern rule for gitignore file +# https://git-scm.com/docs/gitignore#_pattern_format + +# Website +packages/website/ @BMillman19 @fragosti |