chore(deps) move glob to dep

This commit is contained in:
Lucas Nogueira
2020-07-12 14:28:52 -03:00
parent 60b0e48235
commit 0e5cb9dc5c

View File

@@ -28,14 +28,11 @@
],
"main": "./out/extension.js",
"contributes": {
"jsonValidation": [
{
"fileMatch": "tauri.conf.json",
"url": "https://raw.githubusercontent.com/tauri-apps/tauri/dev/cli/tauri.js/src/types/config.schema.json"
}
],
"commands": [
{
"jsonValidation": [{
"fileMatch": "tauri.conf.json",
"url": "https://raw.githubusercontent.com/tauri-apps/tauri/dev/cli/tauri.js/src/types/config.schema.json"
}],
"commands": [{
"command": "tauri.init",
"title": "Init",
"category": "Tauri"
@@ -73,13 +70,12 @@
"@typescript-eslint/eslint-plugin": "2.34.0",
"@typescript-eslint/parser": "2.34.0",
"eslint": "6.8.0",
"glob": "7.1.6",
"mocha": "7.2.0",
"typescript": "3.9.6",
"vscode-test": "1.4.0"
},
"dependencies": {
"glob": "^7.1.6",
"glob": "7.1.6",
"run-in-terminal": "^0.0.3"
}
}
}