diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index cb29317..824ca73 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -15,5 +15,4 @@ # For things in .github also the eye of the admin group is useful .github/ @mcmeadow @sverweij tools/ @mcmeadow @sverweij -types/ @sverweij README.md @sverweij \ No newline at end of file diff --git a/.github/VIRTUAL-CODEOWNERS.txt b/.github/VIRTUAL-CODEOWNERS.txt index af8d3af..577dcaf 100644 --- a/.github/VIRTUAL-CODEOWNERS.txt +++ b/.github/VIRTUAL-CODEOWNERS.txt @@ -7,5 +7,4 @@ # For things in .github also the eye of the admin group is useful .github/ @vco-admins @admin tools/ @vco-admins @tools -types/ @vco @documentation README.md @vco @documentation \ No newline at end of file diff --git a/.github/labeler.yml b/.github/labeler.yml index 524d01a..6c781a3 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -10,7 +10,6 @@ vco: - "**" - - types/** - README.md vco-admins: @@ -24,6 +23,5 @@ admin: - .github/** documentation: - - types/** - README.md diff --git a/package.json b/package.json index 0dd1981..27b1f62 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,6 @@ "bin": "dist/run-cli.js", "files": [ "dist/", - "types/", "package.json", "README.md", "LICENSE"