@dbwebb/databas 1.2.2 → 1.3.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/bin/dbw-check.bash +2 -1
- package/bin/dbw-databas.bash +1 -1
- package/package.json +1 -1
package/bin/dbw-check.bash
CHANGED
|
@@ -36,7 +36,6 @@ usage ()
|
|
|
36
36
|
"Usage: $SCRIPT check [options] <command> [arguments]"
|
|
37
37
|
""
|
|
38
38
|
"Command:"
|
|
39
|
-
" eslint Checks executed by eslint."
|
|
40
39
|
" labbmiljo Checks related to the labbmiljö."
|
|
41
40
|
" kmom01 Checks related to kmom01."
|
|
42
41
|
" kmom02 Checks related to kmom02."
|
|
@@ -44,6 +43,8 @@ usage ()
|
|
|
44
43
|
" kmom04 Checks related to kmom04."
|
|
45
44
|
" kmom05 Checks related to kmom05."
|
|
46
45
|
" kmom06 Checks related to kmom06."
|
|
46
|
+
" Obsolete below"
|
|
47
|
+
" eslint Checks executed by eslint."
|
|
47
48
|
""
|
|
48
49
|
"Options:"
|
|
49
50
|
" --only-this Check only the specific kmom, no previous ones."
|
package/bin/dbw-databas.bash
CHANGED