Skip to content

Commit

Permalink
Prepare 0.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lgeiger committed Sep 12, 2017
1 parent e82713a commit 0d64dcf
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.0",
"version": "0.0.1",
"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"
],
"consumedServices": {
"linter-indie": {
"versions": {
Expand Down

0 comments on commit 0d64dcf

Please sign in to comment.