From dfb1b4db95f1bf20d994b53ae97f03922ef9b178 Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Mon, 9 Jul 2018 09:25:35 -0700 Subject: [PATCH] Move third party deps note to wiki --- CONTRIBUTING.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4aebdf20..8b33d183 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -50,7 +50,3 @@ By contributing code to xterm.js you holder has explicitly granted the right to use it like this, through a compatible open source license or through a direct agreement with you.) - -### Third party dependencies - -We prefer to not include any non-dev third party dependencies in order to keep our code minimal, performant and secure. If you plan on adding a dependency on a third party library it's a good idea to discuss the need in an issue with the maintainers first.