Skip to content

Commit

Permalink
Prepare 0.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lgeiger committed Sep 13, 2017
1 parent 745154e commit 674d592
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 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.0.1",
"version": "0.0.2",
"description": "Python language support for Atom-IDE",
"keywords": [],
"repository": "https://github.com/lgeiger/ide-python",
Expand All @@ -12,7 +12,9 @@
"dependencies": {
"atom-languageclient": "^0.6.1"
},
"enhancedScopes": ["source.python"],
"enhancedScopes": [
"source.python"
],
"configSchema": {
"pylsPath": {
"title": "Python Language Server Path",
Expand Down

0 comments on commit 674d592

Please sign in to comment.