doomiwork 2.9.1 → 2.9.2

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,12 +1,13 @@
1
1
  {
2
2
  "name": "doomiwork",
3
- "version": "2.9.1",
3
+ "version": "2.9.2",
4
4
  "description": "doomisoft nodejs web framework",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"
8
8
  },
9
9
  "keywords": [
10
+ "doomisoft",
10
11
  "nodejs",
11
12
  "framework"
12
13
  ],
@@ -33,7 +33,7 @@ class KeywordParse
33
33
  }
34
34
  else
35
35
  {
36
- const collection;
36
+ let collection;
37
37
  if (strItems[0]=="" || strItems[1]=="") return str;
38
38
  switch(strItems[0].toLowerCase())
39
39
  {