Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 4ff19a7

Browse files
authored
Merge pull request #1413 from AtomLinter/package-deps-lineter
fix: require an up to date Linter package
2 parents 507db6a + c4462de commit 4ff19a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
"package-deps": [
189189
{
190190
"name": "linter",
191-
"minimumVersion": "2.0.0"
191+
"minimumVersion": "3.3.0"
192192
}
193193
],
194194
"providedServices": {

0 commit comments

Comments
 (0)