Skip to content

Commit 1f6f97d

Browse files
committed
Prepare 0.2.0 release
1 parent e655a95 commit 1f6f97d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ide-python",
33
"main": "./lib/main",
4-
"version": "0.1.1",
4+
"version": "0.2.0",
55
"description": "Python language support for Atom-IDE",
66
"keywords": [
77
"atom-ide",
@@ -20,7 +20,9 @@
2020
"atom-languageclient": "^0.6.4",
2121
"shell-env": "^0.3.0"
2222
},
23-
"enhancedScopes": ["source.python"],
23+
"enhancedScopes": [
24+
"source.python"
25+
],
2426
"configSchema": {
2527
"pylsPath": {
2628
"title": "Python Language Server Path",
@@ -119,8 +121,7 @@
119121
"title": "Threshold",
120122
"type": "number",
121123
"default": 15,
122-
"description":
123-
"The minimum threshold that triggers warnings about cyclomatic complexity."
124+
"description": "The minimum threshold that triggers warnings about cyclomatic complexity."
124125
}
125126
}
126127
},

0 commit comments

Comments
 (0)