github-labels-template 0.6.0-staging.d89ae7a → 0.6.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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -976,7 +976,7 @@ import pc6 from "picocolors";
|
|
|
976
976
|
// package.json
|
|
977
977
|
var package_default = {
|
|
978
978
|
name: "github-labels-template",
|
|
979
|
-
version: "0.6.0
|
|
979
|
+
version: "0.6.0",
|
|
980
980
|
description: "A CLI tool to apply a curated GitHub labels template to any repository using gh CLI.",
|
|
981
981
|
type: "module",
|
|
982
982
|
bin: {
|