git-review-workflow 0.1.0 → 0.1.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.
package/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
package/bin/git-review CHANGED
@@ -12,7 +12,7 @@
12
12
  set -eu
13
13
 
14
14
  prog="git review"
15
- VERSION="0.1.0"
15
+ VERSION="0.1.1"
16
16
 
17
17
  usage() {
18
18
  cat <<EOF
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/package.json CHANGED
@@ -1,39 +1,42 @@
1
- {
2
- "name": "git-review-workflow",
3
- "version": "0.1.0",
4
- "description": "Git commands to review a pull request branch locally as one staged diff",
5
- "keywords": [
6
- "git",
7
- "git-subcommand",
8
- "review",
9
- "code-review",
10
- "pull-request",
11
- "pr",
12
- "cli",
13
- "workflow"
14
- ],
15
- "homepage": "https://github.com/EzeVillo/git-review-workflow#readme",
16
- "bugs": {
17
- "url": "https://github.com/EzeVillo/git-review-workflow/issues"
18
- },
19
- "license": "MIT",
20
- "author": "EzeVillo <ezevillodev@gmail.com>",
21
- "repository": {
22
- "type": "git",
23
- "url": "git+https://github.com/EzeVillo/git-review-workflow.git"
24
- },
25
- "bin": {
26
- "git-review": "bin/git-review"
27
- },
28
- "files": [
29
- "bin/",
30
- "completions/",
31
- "VERSION",
32
- "LICENSE",
33
- "README.md"
34
- ],
35
- "publishConfig": {
36
- "access": "public",
37
- "provenance": true
38
- }
39
- }
1
+ {
2
+ "name": "git-review-workflow",
3
+ "version": "0.1.1",
4
+ "description": "Git commands to review a pull request branch locally as one staged diff",
5
+ "keywords": [
6
+ "git",
7
+ "git-subcommand",
8
+ "review",
9
+ "code-review",
10
+ "pull-request",
11
+ "pr",
12
+ "merge-request",
13
+ "git-review",
14
+ "diff",
15
+ "cli",
16
+ "workflow"
17
+ ],
18
+ "homepage": "https://github.com/EzeVillo/git-review-workflow#readme",
19
+ "bugs": {
20
+ "url": "https://github.com/EzeVillo/git-review-workflow/issues"
21
+ },
22
+ "license": "MIT",
23
+ "author": "EzeVillo <ezevillodev@gmail.com>",
24
+ "repository": {
25
+ "type": "git",
26
+ "url": "git+https://github.com/EzeVillo/git-review-workflow.git"
27
+ },
28
+ "bin": {
29
+ "git-review": "bin/git-review"
30
+ },
31
+ "files": [
32
+ "bin/",
33
+ "completions/",
34
+ "VERSION",
35
+ "LICENSE",
36
+ "README.md"
37
+ ],
38
+ "publishConfig": {
39
+ "access": "public",
40
+ "provenance": true
41
+ }
42
+ }