@daiyam/artifact-lang-js 0.8.4 → 0.9.0

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/README.md CHANGED
@@ -20,7 +20,6 @@ Dependencies
20
20
  ------------
21
21
 
22
22
  - [commitlint](https://github.com/conventional-changelog/commitlint)
23
- - [commitizen](https://github.com/commitizen/cz-cli)
24
23
  - [fixpack](https://github.com/henrikjoreteg/fixpack)
25
24
  - [husky](https://github.com/typicode/husky)
26
25
  - [lint-staged](https://github.com/okonet/lint-staged)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daiyam/artifact-lang-js",
3
- "version": "0.8.4",
3
+ "version": "0.9.0",
4
4
  "description": "The base configuration for my javascript projects",
5
5
  "author": {
6
6
  "name": "Baptiste Augrain",
@@ -31,5 +31,5 @@
31
31
  "project-template",
32
32
  "scaffold"
33
33
  ],
34
- "gitHead": "870f53d52564595b769d0c34d8ee8fa70cafbb54"
34
+ "gitHead": "23c10e38663fb3db36447d806495b23d74f7cc65"
35
35
  }
@@ -14,17 +14,12 @@ jobs:
14
14
  days-before-close: 30
15
15
  operations-per-run: 1024
16
16
  stale-issue-message: >
17
- This issue has been automatically marked as stale. **If this issue
18
- is still affecting you, please leave any comment**, and we'll keep
19
- it open. If you have any new additional information, please include
20
- it with your comment!
17
+ This issue has been automatically marked as stale. **If this issue is still affecting you, please leave any comment**, and we'll keep it open. If you have any new additional information, please include it with your comment!
21
18
  close-issue-message: >
22
- This issue has been closed due to inactivity, and will not be
23
- monitored. If this is a bug and you can reproduce this issue, please
24
- open a new issue.
19
+ This issue has been closed due to inactivity, and will not be monitored. If this is a bug and you can reproduce this issue, please open a new issue.
25
20
  stale-issue-label: S-stale
26
21
  close-issue-label: S-abandoned
27
- stale-pr-message: |
22
+ stale-pr-message: >
28
23
  This PR has been automatically marked as stale.
29
24
  close-pr-message: >
30
25
  This PR has been closed due to inactivity, and will not be monitored.
@@ -7,7 +7,6 @@
7
7
  "devDependencies": {
8
8
  "@commitlint/cli": "^19.7.1",
9
9
  "@commitlint/config-conventional": "^19.7.1",
10
- "commitizen": "^4.3.1",
11
10
  "fixpack": "^4.0.0",
12
11
  "husky": "^9.1.7",
13
12
  "lint-staged": "^16.1.4"
@@ -1,3 +0,0 @@
1
- {
2
- "path": "cz-conventional-changelog"
3
- }