Skip to content

Commit aa05f8d

Browse files
committed
Prepare 0.1.1 release
1 parent ff6df9e commit aa05f8d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 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.0",
4+
"version": "0.1.1",
55
"description": "Python language support for Atom-IDE",
66
"keywords": [
77
"atom-ide",
@@ -20,7 +20,9 @@
2020
"atom-languageclient": "^0.6.1",
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",

0 commit comments

Comments
 (0)