From 1f6f97d2520a37f2fcbb36254e11d2e95e4a2315 Mon Sep 17 00:00:00 2001 From: Lukas Geiger Date: Fri, 22 Sep 2017 16:58:03 +0200 Subject: [PATCH] Prepare 0.2.0 release --- package.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index d21c2597..7c6c6af5 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", @@ -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." } } },