diff --git a/.gitignore b/.gitignore
index 404a8c6..fdcf920 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,7 +13,4 @@ react-table.css
.vscode
package-lock.json
coverage
-.docz/.cache
-.docz/app
-.docz/node_modules
-.docz/public
\ No newline at end of file
+.docz
\ No newline at end of file
diff --git a/README.md b/README.md
index 153e962..dd8b80f 100644
--- a/README.md
+++ b/README.md
@@ -188,7 +188,7 @@ This library is being built and maintained by me, @tannerlinsley and I am always
Janus Reith (@janus-reith)
Timo Mämecke (@timomeh)
Tyler Reiff (@reiff12)
- Matt Stvartak (@mattstvartak)>
+ Matt Stvartak (@mattstvartak)
diff --git a/www/_redirects b/www/_redirects
deleted file mode 100644
index 267b6b7..0000000
--- a/www/_redirects
+++ /dev/null
@@ -1 +0,0 @@
-* https://github.com/tannerlinsley/react-table
\ No newline at end of file
diff --git a/yarn.lock b/yarn.lock
index 9a48a1b..479bca3 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1561,11 +1561,6 @@
dependencies:
any-observable "^0.3.0"
-"@scarf/scarf@^0.1.3":
- version "0.1.3"
- resolved "https://registry.yarnpkg.com/@scarf/scarf/-/scarf-0.1.3.tgz#536f4fe54c613fca20f84dc7700ed3b8f1fb73cf"
- integrity sha512-ftMyZO7Mi8JQh8XLBcuH3erPGmT4CU4s131nsZIDC7/PYXxaDCJtOzbz3okH0YiTAif+DSIlFhX6d7FXLOtnvA==
-
"@sheerun/mutationobserver-shim@^0.3.2":
version "0.3.2"
resolved "https://registry.yarnpkg.com/@sheerun/mutationobserver-shim/-/mutationobserver-shim-0.3.2.tgz#8013f2af54a2b7d735f71560ff360d3a8176a87b"
@@ -2278,12 +2273,7 @@ acorn-walk@^6.0.1:
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-6.2.0.tgz#123cb8f3b84c2171f1f7fb252615b1c78a6b1a8c"
integrity sha512-7evsyfH1cLOCdAzZAd43Cic04yKydNx0cF+7tiA19p1XnLLPU4dpCQOqpjqwokFe//vS0QqfqqjCS2JkiIs0cA==
-acorn@^5.0.3:
- version "5.7.4"
- resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.7.4.tgz#3e8d8a9947d0599a1796d10225d7432f4a4acf5e"
- integrity sha512-1D++VG7BhrtvQpNbBzovKNc1FLGGEE/oGe7b9xJm/RFHMBeUaUGpluV9RLjZa47YFdPcDAenEYuq9pQPcMdLJg==
-
-acorn@^5.5.3:
+acorn@^5.0.3, acorn@^5.5.3:
version "5.7.4"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.7.4.tgz#3e8d8a9947d0599a1796d10225d7432f4a4acf5e"
integrity sha512-1D++VG7BhrtvQpNbBzovKNc1FLGGEE/oGe7b9xJm/RFHMBeUaUGpluV9RLjZa47YFdPcDAenEYuq9pQPcMdLJg==
|