@daiyam/artifact-lang-js 0.10.4 → 0.10.5
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@daiyam/artifact-lang-js",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.5",
|
|
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": "
|
|
34
|
+
"gitHead": "1ae59ecf44be65144ef45287d0ab7c4a1fe60dd7"
|
|
35
35
|
}
|
|
@@ -20,7 +20,9 @@ jobs:
|
|
|
20
20
|
close-issue-message: 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.
|
|
21
21
|
stale-issue-label: S-stale
|
|
22
22
|
close-issue-label: S-abandoned
|
|
23
|
+
exempt-issue-labels: M-prevent-stale
|
|
23
24
|
stale-pr-message: This PR has been automatically marked as stale.
|
|
24
25
|
close-pr-message: This PR has been closed due to inactivity, and will not be monitored.
|
|
25
26
|
stale-pr-label: S-stale
|
|
26
27
|
close-pr-label: S-abandoned
|
|
28
|
+
exempt-pr-labels: M-prevent-stale
|