@idleberg/caniuse-cli 1.0.30001301 → 1.0.30001305

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.
@@ -15,7 +15,7 @@ jobs:
15
15
  stale-pr-message: 'This PR is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 14 days.'
16
16
  close-issue-message: 'This issue was closed because it has been stalled for 14 days with no activity.'
17
17
  close-pr-message: 'This PR was closed because it has been stalled for 14 days with no activity.'
18
- days-before-issue-stale: 30
19
- days-before-pr-stale: 30
20
- days-before-issue-close: 14
21
- days-before-pr-close: 14
18
+ days-before-issue-stale: 90
19
+ days-before-pr-stale: 90
20
+ days-before-issue-close: 30
21
+ days-before-pr-close: 30
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idleberg/caniuse-cli",
3
- "version": "1.0.30001301",
3
+ "version": "1.0.30001305",
4
4
  "description": "Command line tool for Caniuse database",
5
5
  "keywords": [
6
6
  "support",
@@ -23,7 +23,7 @@
23
23
  "author": "David Senkus",
24
24
  "license": "ISC",
25
25
  "dependencies": {
26
- "caniuse-db": "^1.0.30001301",
26
+ "caniuse-db": "^1.0.30001305",
27
27
  "chalk": "^2.4.2",
28
28
  "markdown-link-extractor": "^1.3.0",
29
29
  "mri": "^1.1.6",