workspace-tools 0.36.2 → 0.36.3

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # workspace-tools
2
2
 
3
- A collection of tools that are useful in a git-controlled monorepo that is managed by one of these tools:
3
+ A collection of utilities that are useful in a git-controlled monorepo managed by one of these tools:
4
4
 
5
5
  - lerna
6
6
  - npm workspaces
@@ -8,7 +8,7 @@ A collection of tools that are useful in a git-controlled monorepo that is manag
8
8
  - rush
9
9
  - yarn workspaces
10
10
 
11
- ## Environment Variables
11
+ ## Environment variables
12
12
 
13
13
  ### GIT_DEBUG
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "workspace-tools",
3
- "version": "0.36.2",
3
+ "version": "0.36.3",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",