downgrade engine version

This commit is contained in:
lyyyuna 2020-08-17 16:27:52 +08:00
parent 93b39f059a
commit 8a1592c6a3

View File

@ -1,8 +1,12 @@
{ {
"name": "goc", "name": "goc",
"displayName": "Goc Coverage", "displayName": "Goc Coverage",
"description": "Goc Coverage is a comprehensive coverage testing system for The Go Programming Language, especially for some complex scenarios, like system testing code coverage collection and accurate testing. It can display coverage vairation in real time.", "description": "Goc Coverage can display coverage vairation in real time. Goc is a comprehensive coverage testing system for The Go Programming Language, especially for some complex scenarios, like system testing code coverage collection and accurate testing.",
"version": "0.0.1", "version": "0.0.1",
"publisher": "lyyyuna",
"repository": {
"url": "https://github.com/qiniu/goc"
},
"engines": { "engines": {
"vscode": "^1.43.0" "vscode": "^1.43.0"
}, },
@ -45,7 +49,7 @@
"@types/glob": "^7.1.1", "@types/glob": "^7.1.1",
"@types/mocha": "^5.2.7", "@types/mocha": "^5.2.7",
"@types/node": "^12.11.7", "@types/node": "^12.11.7",
"@types/vscode": "^1.47.0", "@types/vscode": "^1.43.0",
"glob": "^7.1.5", "glob": "^7.1.5",
"mocha": "^6.2.2", "mocha": "^6.2.2",
"typescript": "^3.6.4", "typescript": "^3.6.4",