submodule-version 1.0.0 → 1.0.1

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 +7 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # Install or update
2
2
 
3
- `npx gmv i repo.git`
4
- `npx gmv i repo.git@1.0.0`
5
- `npx gmv install repo.git@1.0.0`
6
- `npx gmv i repo.git@master`
3
+ `npx sw i repo.git`
4
+ `npx sw i repo.git@1.0.0`
5
+ `npx sw install repo.git@1.0.0`
6
+ `npx sw i repo.git@master`
7
7
 
8
8
  # Validate
9
9
 
10
- `npx gmv`
11
- `npx gmv v`
12
- `npx gmv validate`
10
+ `npx sw`
11
+ `npx sw v`
12
+ `npx sw validate`
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "submodule-version",
3
3
  "description": "Git submodule versioning tool",
4
- "version": "1.0.0",
4
+ "version": "1.0.1",
5
5
  "bin": {
6
6
  "sw": "index.js"
7
7
  },