Skip to content

Commit a5aece4

Browse files
authored
Update license years and stdin buffering (#1835)
Update LICENSE.md to extend copyright years and add the HTMLHint Team. Fix CLI stdin handling in dist/cli/htmlhint.js by pushing raw chunks into the buffer (remove forced toString conversion) to preserve input encoding. Regenerate build output and update package.json/package-lock.json accordingly.
1 parent 9f3e33b commit a5aece4

4 files changed

Lines changed: 144 additions & 99 deletions

File tree

LICENSE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
MIT License
22

3-
Copyright (c) 2014-2016 Yanis Wang <yanis.wang@gmail.com>
4-
5-
Copyright (c) 2018 David Dias (Thanks to the initial contributor Yanis Wang)
3+
Copyright (c) 2014-2016 Yanis Wang
4+
Copyright (c) 2018-2025 David Dias
5+
Copyright (c) 2025-2026 HTMLHint Team
66

77
Permission is hereby granted, free of charge, to any person obtaining a copy
88
of this software and associated documentation files (the "Software"), to deal

dist/cli/htmlhint.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)