@aspruyt/xfg 2.0.0 → 2.0.2

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.
Files changed (2) hide show
  1. package/PR.md +0 -4
  2. package/package.json +1 -1
package/PR.md CHANGED
@@ -6,10 +6,6 @@ Automated sync of configuration files to ${xfg:repo.fullName}.
6
6
 
7
7
  ${xfg:pr.fileChanges}
8
8
 
9
- ## Source
10
-
11
- Configuration synced using [xfg](https://github.com/anthony-spruyt/xfg).
12
-
13
9
  ---
14
10
 
15
11
  _This PR was automatically generated by [xfg](https://github.com/anthony-spruyt/xfg)_
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aspruyt/xfg",
3
- "version": "2.0.0",
3
+ "version": "2.0.2",
4
4
  "description": "CLI tool to sync JSON, JSON5, YAML, or text configuration files across multiple Git repositories via pull requests or direct push",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",