@mizdra/github-label-presets 0.0.2 → 0.1.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 +6 -0
- package/package.json +1 -1
package/index.json
CHANGED
|
@@ -121,5 +121,11 @@
|
|
|
121
121
|
"color": "0052cc",
|
|
122
122
|
"description": "In case of vulnerabilities.",
|
|
123
123
|
"aliases": ["security"]
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"name": "Type: Other",
|
|
127
|
+
"color": "aaaaaa",
|
|
128
|
+
"description": "Cannot be classified into any other type.",
|
|
129
|
+
"aliases": []
|
|
124
130
|
}
|
|
125
131
|
]
|
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.1.0",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"repository": "https://github.com/mizdra/github-label-presets.git",
|
|
7
7
|
"author": "mizdra <pp.mizdra@gmail.com>",
|