@d-zero/commitlint-config 5.0.0-alpha.40 → 5.0.0-alpha.42

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 +5 -5
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  ## 個別インストール
4
4
 
5
5
  ```sh
6
- yarn add -D @d-zero/commitlint-config
6
+ npm install -D @d-zero/commitlint-config
7
7
  ```
8
8
 
9
9
  ## 使い方
@@ -22,5 +22,5 @@ yarn add -D @d-zero/commitlint-config
22
22
 
23
23
  ```sh
24
24
  #!/bin/sh
25
- yarn commitlint --edit "$1"
25
+ npm run commitlint --edit "$1"
26
26
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d-zero/commitlint-config",
3
- "version": "5.0.0-alpha.40",
3
+ "version": "5.0.0-alpha.42",
4
4
  "description": "Configurations of commitlint",
5
5
  "repository": "https://github.com/d-zero-dev/linters.git",
6
6
  "author": "D-ZERO Co., Ltd.",
@@ -20,9 +20,9 @@
20
20
  ".": "./index.js"
21
21
  },
22
22
  "dependencies": {
23
- "@commitlint/cli": "19.3.0",
24
- "@commitlint/config-conventional": "19.2.2",
25
- "@d-zero/cz-config": "5.0.0-alpha.40"
23
+ "@commitlint/cli": "19.4.1",
24
+ "@commitlint/config-conventional": "19.4.1",
25
+ "@d-zero/cz-config": "5.0.0-alpha.42"
26
26
  },
27
- "gitHead": "7c0ce7713b288098b230e149502cd1fe910b4468"
27
+ "gitHead": "939a6d7f6d2c207387bb1b638777c854677a10e1"
28
28
  }