Skip to content

Commit d93b4aa

Browse files
committed
Require Atom 1.21+
1 parent aa05f8d commit d93b4aa

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,13 @@
1414
"repository": "https://github.com/lgeiger/ide-python",
1515
"license": "MIT",
1616
"engines": {
17-
"atom": ">=1.0.0 <2.0.0"
17+
"atom": ">=1.21.0 <2.0.0"
1818
},
1919
"dependencies": {
2020
"atom-languageclient": "^0.6.1",
2121
"shell-env": "^0.3.0"
2222
},
23-
"enhancedScopes": [
24-
"source.python"
25-
],
23+
"enhancedScopes": ["source.python"],
2624
"configSchema": {
2725
"pylsPath": {
2826
"title": "Python Language Server Path",

0 commit comments

Comments
 (0)