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

Commit 8b4a3ad

Browse files
authored
Merge pull request #212 from AtomLinter/arcanemagus/linter-v2-part2
Declare service as v2
2 parents fc236cf + 76fd530 commit 8b4a3ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"lint": "coffeelint lib && eslint spec"
1717
},
1818
"engines": {
19-
"atom": ">=1.0.0"
19+
"atom": ">=1.0.0 <2.0.0"
2020
},
2121
"dependencies": {
2222
"atom-linter": "^10.0.0",
@@ -26,12 +26,12 @@
2626
"sass-lint": "1.12.1"
2727
},
2828
"package-deps": [
29-
"linter"
29+
"linter:2.0.0"
3030
],
3131
"providedServices": {
3232
"linter": {
3333
"versions": {
34-
"1.1.0": "provideLinter"
34+
"2.0.0": "provideLinter"
3535
}
3636
}
3737
},

0 commit comments

Comments
 (0)