Skip to content

Commit

Permalink
Prepare 0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lgeiger committed Sep 22, 2017
1 parent e655a95 commit 1f6f97d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ide-python",
"main": "./lib/main",
"version": "0.1.1",
"version": "0.2.0",
"description": "Python language support for Atom-IDE",
"keywords": [
"atom-ide",
Expand All @@ -20,7 +20,9 @@
"atom-languageclient": "^0.6.4",
"shell-env": "^0.3.0"
},
"enhancedScopes": ["source.python"],
"enhancedScopes": [
"source.python"
],
"configSchema": {
"pylsPath": {
"title": "Python Language Server Path",
Expand Down Expand Up @@ -119,8 +121,7 @@
"title": "Threshold",
"type": "number",
"default": 15,
"description":
"The minimum threshold that triggers warnings about cyclomatic complexity."
"description": "The minimum threshold that triggers warnings about cyclomatic complexity."
}
}
},
Expand Down

0 comments on commit 1f6f97d

Please sign in to comment.