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

Commit

Permalink
fix: declare service as v2
Browse files Browse the repository at this point in the history
Declare the provided linter service as v2.0.0 instead of v1.1.0.

This was missed from #207.
  • Loading branch information
Arcanemagus committed Jan 20, 2019
1 parent fc236cf commit 76fd530
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"lint": "coffeelint lib && eslint spec"
},
"engines": {
"atom": ">=1.0.0"
"atom": ">=1.0.0 <2.0.0"
},
"dependencies": {
"atom-linter": "^10.0.0",
Expand All @@ -26,12 +26,12 @@
"sass-lint": "1.12.1"
},
"package-deps": [
"linter"
"linter:2.0.0"
],
"providedServices": {
"linter": {
"versions": {
"1.1.0": "provideLinter"
"2.0.0": "provideLinter"
}
}
},
Expand Down

0 comments on commit 76fd530

Please sign in to comment.