fixed type error

master
宇天 2020-11-04 22:07:28 +08:00
parent 9bf586a28e
commit 53269a5645
2 changed files with 11 additions and 3 deletions

View File

@ -1,5 +1,8 @@
# 更新日志
## [1.2.1] 2020-11-04
- 修复一处书写错误
## [1.2.0] 2020-09-18
- 增加cjs, mjs支持
- build之前先stop

View File

@ -2,15 +2,20 @@
"name": "build-system",
"displayName": "sublime build system",
"description": "🔥 类似sublime的Build System功能, 方便快速调试一些代码片断或想法。",
"version": "1.2.0",
"version": "1.2.1",
"publisher": "yutent",
"author": "Yutent [@yutent]",
"icon": "logo.png",
"engines": {
"vscode": "^1.28.0"
},
"categories": ["Programming Languages", "Other"],
"activationEvents": ["*"],
"categories": [
"Programming Languages",
"Other"
],
"activationEvents": [
"*"
],
"main": "./index",
"contributes": {
"commands": [