@mizdra/github-label-presets 0.0.2 → 0.2.0
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/index.json +11 -0
- package/package.json +1 -1
package/index.json
CHANGED
|
@@ -116,10 +116,21 @@
|
|
|
116
116
|
"description": "Remove features",
|
|
117
117
|
"aliases": []
|
|
118
118
|
},
|
|
119
|
+
{
|
|
120
|
+
"name": "Type: Dependencies",
|
|
121
|
+
"color": "0366d6",
|
|
122
|
+
"description": "Dependency issues or Changes to dependency files."
|
|
123
|
+
},
|
|
119
124
|
{
|
|
120
125
|
"name": "Type: Security",
|
|
121
126
|
"color": "0052cc",
|
|
122
127
|
"description": "In case of vulnerabilities.",
|
|
123
128
|
"aliases": ["security"]
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"name": "Type: Other",
|
|
132
|
+
"color": "aaaaaa",
|
|
133
|
+
"description": "Cannot be classified into any other type.",
|
|
134
|
+
"aliases": []
|
|
124
135
|
}
|
|
125
136
|
]
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mizdra/github-label-presets",
|
|
3
3
|
"description": "The label presets for https://github.com/azu/github-label-setup.",
|
|
4
|
-
"version": "0.0
|
|
4
|
+
"version": "0.2.0",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"repository": "https://github.com/mizdra/github-label-presets.git",
|
|
7
7
|
"author": "mizdra <pp.mizdra@gmail.com>",
|