@shapeshift-labs/frontier-merge-metrics 0.1.0 → 0.1.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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -26,7 +26,7 @@ The goal is not to replace semantic merge. The goal is to reduce how often seman
26
26
  ## CLI
27
27
 
28
28
  ```sh
29
- npx @shapeshift-labs/frontier-merge-metrics \
29
+ npm exec --package @shapeshift-labs/frontier-merge-metrics -- frontier-merge-metrics \
30
30
  --repo . \
31
31
  --max-commits 200 \
32
32
  --max-file-snapshots 500 \
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shapeshift-labs/frontier-merge-metrics",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Repo-shape and merge-conflict risk metrics for Git, Loom, and Frontier swarm workflows.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -9,7 +9,7 @@
9
9
  "url": "git+ssh://git@github.com/siliconjungle/-shapeshift-labs-frontier-merge-metrics.git"
10
10
  },
11
11
  "bin": {
12
- "frontier-merge-metrics": "./dist/cli.js"
12
+ "frontier-merge-metrics": "dist/cli.js"
13
13
  },
14
14
  "exports": {
15
15
  ".": {