drft-cli 0.15.0 → 0.16.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -14,7 +14,7 @@ npm install drft-cli
14
14
 
15
15
  ```bash
16
16
  npx drft check
17
- npx drft lock
17
+ npx drft lock --all
18
18
  npx drft graph
19
19
  npx drft impact setup.md
20
20
  ```
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "drft-cli",
3
- "version": "0.15.0",
4
- "binaryVersion": "0.15.0",
3
+ "version": "0.16.0",
4
+ "binaryVersion": "0.16.0",
5
5
  "description": "A structural integrity checker for markdown directories",
6
6
  "license": "MIT",
7
7
  "repository": {