Skip to content

Commit 674d592

Browse files
committed
Prepare 0.0.2 release
1 parent 745154e commit 674d592

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.0.1",
4+
"version": "0.0.2",
55
"description": "Python language support for Atom-IDE",
66
"keywords": [],
77
"repository": "https://github.com/lgeiger/ide-python",
@@ -12,7 +12,9 @@
1212
"dependencies": {
1313
"atom-languageclient": "^0.6.1"
1414
},
15-
"enhancedScopes": ["source.python"],
15+
"enhancedScopes": [
16+
"source.python"
17+
],
1618
"configSchema": {
1719
"pylsPath": {
1820
"title": "Python Language Server Path",

0 commit comments

Comments
 (0)