submodule-version 2.0.3 → 2.0.4

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 +10 -2
package/README.md CHANGED
@@ -16,7 +16,7 @@ Take a look on the next situation:
16
16
 
17
17
  - Project has 2 submodules `ui-button-element` and `render-engine`
18
18
  - Package `ui-button-element` dependents on the `render-engine`
19
- - Third repo `ui-slider-element` dependets on newest version of the `render-engine` and not include in the project
19
+ - Third repo `ui-slider-element` dependets on newest version of the `render-engine` and not included in the project
20
20
 
21
21
  This cause next problems:
22
22
 
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "submodule-version",
3
3
  "description": "Git <S>ubmodule <V>ersioning tool",
4
- "version": "2.0.3",
4
+ "version": "2.0.4",
5
+ "repository": "github:guljeny/submodule-version",
5
6
  "bin": {
6
7
  "sv": "dist/index.js",
7
8
  "sv-dev": "index-dev.ts"
@@ -12,7 +13,14 @@
12
13
  "build": "npx tsc",
13
14
  "lint": "npx eslint ./src"
14
15
  },
15
- "author": "",
16
+ "author": "Yauheni Hul",
17
+ "keywords": [
18
+ "git",
19
+ "submodules",
20
+ "sv",
21
+ "version",
22
+ "version control"
23
+ ],
16
24
  "license": "ISC",
17
25
  "devDependencies": {
18
26
  "@types/jest": "^29.5.13",