Skip to content

Commit 759bab9

Browse files
authored
Merge pull request #209 from htmlhint/dev/coliff/release-1.0.6
Release v1.0.6
2 parents ccb640e + 3a5b4bb commit 759bab9

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
The MIT License (MIT)
22

33
Copyright (c) 2015-2022 Microsoft
4-
Copyright (c) 2022 HTMLHint
4+
Copyright (c) 2022-2025 HTMLHint
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
77

htmlhint/.npmrc

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
lockfileVersion = "3"
2+
registry = 'https://registry.npmjs.org/'

htmlhint/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

htmlhint/package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "HTMLHint",
44
"description": "VS Code integration for HTMLHint - A Static Code Analysis Tool for HTML",
55
"icon": "images/icon.png",
6-
"version": "1.0.5",
6+
"version": "1.0.6",
77
"publisher": "HTMLHint",
88
"galleryBanner": {
99
"color": "#333333",
@@ -71,5 +71,8 @@
7171
},
7272
"dependencies": {
7373
"vscode-languageclient": "3.5.1"
74+
},
75+
"volta": {
76+
"node": "18.20.7"
7477
}
7578
}

0 commit comments

Comments
 (0)