@kirchdev/gitignore-sync 0.3.2-dev.18-b40a3ba → 0.3.2-dev.19-b4e5173
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.
|
@@ -1407,7 +1407,7 @@ var infoCommand = defineCommand({
|
|
|
1407
1407
|
run({ args }) {
|
|
1408
1408
|
const binary = resolveBinary(process.argv[1]);
|
|
1409
1409
|
const info = {
|
|
1410
|
-
version: "0.3.2-dev.
|
|
1410
|
+
version: "0.3.2-dev.19-b4e5173",
|
|
1411
1411
|
build: detectBuild(binary.resolved),
|
|
1412
1412
|
binary,
|
|
1413
1413
|
node: process.version,
|
|
@@ -1722,7 +1722,7 @@ var syncCommand = defineCommand({
|
|
|
1722
1722
|
var rootCommand = defineCommand({
|
|
1723
1723
|
meta: {
|
|
1724
1724
|
name: "gitignore-sync",
|
|
1725
|
-
version: "0.3.2-dev.
|
|
1725
|
+
version: "0.3.2-dev.19-b4e5173",
|
|
1726
1726
|
description: "Keep a repo's .gitignore maintained: curated blocks in a managed region, re-rendered on demand"
|
|
1727
1727
|
},
|
|
1728
1728
|
subCommands: {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://www.schemastore.org/package.json",
|
|
3
3
|
"name": "@kirchdev/gitignore-sync",
|
|
4
|
-
"version": "0.3.2-dev.
|
|
4
|
+
"version": "0.3.2-dev.19-b4e5173",
|
|
5
5
|
"description": "CLI that keeps a repo's .gitignore maintained — curated blocks inside a managed region, re-rendered idempotently, nothing outside it touched.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"cli",
|