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

Commit a75614b

Browse files
authored
Merge pull request #144 from AtomLinter/arcanemagus/remove-language-rust
Remove the dependency on language-rust
2 parents 5b106f8 + 91ba0b2 commit a75614b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"license": "MIT",
1111
"engines": {
12-
"atom": ">=1.0.0 <2.0.0"
12+
"atom": ">=1.33.0 <2.0.0"
1313
},
1414
"providedServices": {
1515
"linter": {
@@ -25,7 +25,6 @@
2525
"xregexp": "^4.1.1"
2626
},
2727
"package-deps": [
28-
"linter:2.0.0",
29-
"language-rust"
28+
"linter:2.0.0"
3029
]
3130
}

0 commit comments

Comments
 (0)