mirror of
https://github.com/tauri-apps/tauri-vscode.git
synced 2026-01-31 00:35:18 +01:00
chore(deps) move glob to dep
This commit is contained in:
18
package.json
18
package.json
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user