Skip to content

Commit 5535109

Browse files
authored
Add copyright header to compiled JS (#1609)
1 parent d822987 commit 5535109

File tree

3 files changed

+38
-1
lines changed

3 files changed

+38
-1
lines changed

dist/htmlhint.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*!
2+
* HTMLHint v1.2.0
3+
* https://htmlhint.com
4+
* Built on: 2025-05-31
5+
* Copyright (c) 2025 HTMLHint
6+
* Licensed under MIT License
7+
*/
18
(function (global, factory) {
29
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
310
typeof define === 'function' && define.amd ? define(factory) :

0 commit comments

Comments
 (0)