#40098 Updated jsonc version dependency

This commit is contained in:
Sandeep Somavarapu
2017-12-12 15:35:52 +01:00
parent e0978e3e21
commit 68ad871190
4 changed files with 13 additions and 16 deletions

View File

@@ -10,7 +10,8 @@
"Other"
],
"activationEvents": [
"onLanguage:json", "onLanguage:jsonc"
"onLanguage:json",
"onLanguage:jsonc"
],
"main": "./out/extension",
"scripts": {
@@ -18,7 +19,7 @@
"watch": "gulp watch-extension:configuration-editing"
},
"dependencies": {
"jsonc-parser": "^0.3.1",
"jsonc-parser": "^1.0.0",
"vscode-nls": "^2.0.1"
},
"contributes": {
@@ -76,4 +77,4 @@
"devDependencies": {
"@types/node": "7.0.4"
}
}
}