Merge pull request #1332 from xtermjs/Tyriar-patch-1

Add note about third party dependencies
This commit is contained in:
Daniel Imms
2018-03-13 12:44:51 -07:00
committed by GitHub
+4
View File
@@ -50,3 +50,7 @@ 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.