github-labels-template 0.6.1-dev.f752fce → 0.6.1
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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -899,7 +899,7 @@ import pc6 from "picocolors";
|
|
|
899
899
|
// package.json
|
|
900
900
|
var package_default = {
|
|
901
901
|
name: "github-labels-template",
|
|
902
|
-
version: "0.6.1
|
|
902
|
+
version: "0.6.1",
|
|
903
903
|
description: "A CLI tool to apply a curated GitHub labels template to any repository using gh CLI.",
|
|
904
904
|
type: "module",
|
|
905
905
|
bin: {
|