scan-debug-skill 1.0.3 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "scan-debug-skill",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "1.0.5",
|
|
4
|
+
"description": "一套用代码扫描与调试技能(Scan & Debug Skill)。主要应用于sonar和奇安信的常见问题快速修复",
|
|
5
5
|
"bin": {
|
|
6
6
|
"scan-debug-skill": "./bin/install.js"
|
|
7
7
|
},
|