From eaaa471beb96caf57a9f3c69d436bf2046ad413a Mon Sep 17 00:00:00 2001 From: James Henry Date: Mon, 25 Feb 2019 09:04:54 -0500 Subject: [PATCH] fix: trigger new release --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ab38f5e7a59..0aef0f23d0b 100644 --- a/README.md +++ b/README.md @@ -52,10 +52,6 @@ If you use a non-supported version of TypeScript, the parser will log a warning **Please ensure that you are using a supported version before submitting any issues/bug reports.** -## Contributing - -COMING SOON! - ## License TypeScript ESLint inherits from the the original TypeScript ESLint Parser license, as the majority of the work began there. It is licensed under a permissive BSD 2-clause license. @@ -63,3 +59,7 @@ TypeScript ESLint inherits from the the original TypeScript ESLint Parser licens ## Contributors Thanks goes to the wonderful people listed in [`CONTRIBUTORS.md`](./CONTRIBUTORS.md). + +## Contributing Guide + +COMING SOON!