Skip to content

Commit 0ace883

Browse files
committed
Prepare 0.2.2 release
1 parent 5434cc0 commit 0ace883

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 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.2.1",
4+
"version": "0.2.2",
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",
@@ -108,8 +110,7 @@
108110
"title": "All Scopes",
109111
"type": "boolean",
110112
"default": false,
111-
"description":
112-
"If enabled lists the names of all scopes instead of only the module namespace. Requires pyls 0.7.0+"
113+
"description": "If enabled lists the names of all scopes instead of only the module namespace. Requires pyls 0.7.0+"
113114
}
114115
}
115116
},
@@ -127,8 +128,7 @@
127128
"title": "Threshold",
128129
"type": "number",
129130
"default": 15,
130-
"description":
131-
"The minimum threshold that triggers warnings about cyclomatic complexity."
131+
"description": "The minimum threshold that triggers warnings about cyclomatic complexity."
132132
}
133133
}
134134
},

0 commit comments

Comments
 (0)