Remove jsonc-parser since vscode can load the package. Might need it later for loading certain themes, but seems to work without for now.

This commit is contained in:
Seivan Heidari 2019-10-27 23:58:14 +01:00
parent 8c2cd28c48
commit 49562d36b9
2 changed files with 1 additions and 6 deletions

View file

@ -720,11 +720,6 @@
"esprima": "^4.0.0"
}
},
"jsonc-parser": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-2.1.1.tgz",
"integrity": "sha512-VC0CjnWJylKB1iov4u76/W/5Ef0ydDkjtYWxoZ9t3HdWlSnZQwZL5MgFikaB/EtQ4RmMEw3tmQzuYnZA2/Ja1g=="
},
"lcid": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/lcid/-/lcid-2.0.0.tgz",

View file

@ -493,4 +493,4 @@
}
]
}
}
}