Skip to content

Commit 69ac1dd

Browse files
committed
Prepare 0.8.0 release
1 parent c557976 commit 69ac1dd

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

package.json

Lines changed: 3 additions & 5 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.7.0",
4+
"version": "0.8.0",
55
"description": "Python language support for Atom-IDE",
66
"keywords": [
77
"ide",
@@ -169,8 +169,7 @@
169169
"items": {
170170
"type": "string"
171171
},
172-
"description":
173-
"Select errors and warnings. Requires `pyls` 0.14+"
172+
"description": "Select errors and warnings. Requires `pyls` 0.14+"
174173
},
175174
"ignore": {
176175
"type": "array",
@@ -186,8 +185,7 @@
186185
"items": {
187186
"type": "string"
188187
},
189-
"description":
190-
"Ignore errors and warnings. Requires `pyls` 0.14+"
188+
"description": "Ignore errors and warnings. Requires `pyls` 0.14+"
191189
},
192190
"hangClosing": {
193191
"type": "boolean",

0 commit comments

Comments
 (0)