Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 490fcfd

Browse files
rajivshah3mdiin
andcommitted
Bump atom-languageclient to 0.9.9
Co-authored-by: Matthias Varberg Ingesman <[email protected]>
1 parent 0b0dd6d commit 490fcfd

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

package.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,18 @@
4343
"type": "string",
4444
"title": "Update Build Configuration",
4545
"enum": [
46-
{"value": "disabled", "description": "Never"},
47-
{"value": "interactive", "description": "Ask every time"},
48-
{"value": "automatic", "description": "Always"}
46+
{
47+
"value": "disabled",
48+
"description": "Never"
49+
},
50+
{
51+
"value": "interactive",
52+
"description": "Ask every time"
53+
},
54+
{
55+
"value": "automatic",
56+
"description": "Always"
57+
}
4958
],
5059
"default": "interactive",
5160
"description": "Whether to automatically update the project configuration when build files change."
@@ -93,7 +102,7 @@
93102
},
94103
"atomTestRunner": "./test/runner",
95104
"dependencies": {
96-
"atom-languageclient": "0.9.5",
105+
"atom-languageclient": "0.9.9",
97106
"atom-select-list": "^0.7.1",
98107
"decompress": "^4.2.0"
99108
},

0 commit comments

Comments
 (0)