gscan 5.1.0 → 5.2.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/lib/specs/v6.js +1 -1
- package/package.json +2 -2
package/lib/specs/v6.js
CHANGED
|
@@ -8,7 +8,7 @@ const previousTemplates = previousSpec.templates;
|
|
|
8
8
|
const previousRules = previousSpec.rules;
|
|
9
9
|
|
|
10
10
|
// assign new or overwrite existing knownHelpers, templates, or rules here:
|
|
11
|
-
let knownHelpers = [];
|
|
11
|
+
let knownHelpers = ['split'];
|
|
12
12
|
let templates = [];
|
|
13
13
|
let rules = {
|
|
14
14
|
'GS090-NO-LIMIT-ALL-IN-GET-HELPER': {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gscan",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.2.0",
|
|
4
4
|
"description": "Scans Ghost themes looking for errors, deprecations, features and compatibility",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ghost",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"c8": "8.0.1",
|
|
72
72
|
"eslint": "8.1.0",
|
|
73
73
|
"eslint-plugin-ghost": "2.1.0",
|
|
74
|
-
"mocha": "11.7.
|
|
74
|
+
"mocha": "11.7.4",
|
|
75
75
|
"node-fetch": "3.3.2",
|
|
76
76
|
"nodemon": "2.0.7",
|
|
77
77
|
"rewire": "6.0.0",
|