@mkody/twitch-emoticons 2.9.4 → 2.9.6

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/.jsdoc.json CHANGED
@@ -21,17 +21,24 @@
21
21
  "encoding": "utf8",
22
22
  "private": true,
23
23
  "recurse": true,
24
- "template": "./node_modules/docdash",
25
- "docdash": {
26
- "static": false,
27
- "sort": false
28
- }
24
+ "verbose": true,
25
+ "template": "./node_modules/docdash"
29
26
  },
30
27
  "plugins": ["plugins/markdown"],
31
28
  "markdown": {
32
29
  "hardwrap": true
33
30
  },
34
31
  "docdash": {
32
+ "sort": false,
33
+ "private": false,
34
+ "menu": {
35
+ "GitHub": {
36
+ "href":"https://github.com/mkody/twitch-emoticons",
37
+ "target":"_blank",
38
+ "class":"menu-item",
39
+ "id":"github_link"
40
+ }
41
+ },
35
42
  "scopeInOutputPath": false,
36
43
  "nameInOutputPath": false,
37
44
  "versionInOutputPath": false
package/.nvmrc CHANGED
@@ -1 +1 @@
1
- 22
1
+ 24
package/SECURITY.md CHANGED
@@ -4,8 +4,9 @@
4
4
 
5
5
  | Version | Supported |
6
6
  | ------- | ------------------ |
7
- | >= 2.6 | :white_check_mark: |
8
- | < 2.6 | :x: |
7
+ | >= 3.0 | :white_check_mark: |
8
+ | >= 2.9 | :white_check_mark: |
9
+ | < 2.9 | :x: |
9
10
 
10
11
  ## Reporting a Vulnerability
11
12