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

Commit

Permalink
Merge pull request #212 from AtomLinter/arcanemagus/linter-v2-part2
Browse files Browse the repository at this point in the history
Declare service as v2
  • Loading branch information
Arcanemagus authored Jan 20, 2019
2 parents fc236cf + 76fd530 commit 8b4a3ad
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 8b4a3ad

Please sign in to comment.