highmark-cli 0.0.10 → 0.0.12
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/actions.js +2 -2
- package/license.txt +1 -1
- package/package.json +2 -2
package/bin/actions.js
CHANGED
|
@@ -21,8 +21,8 @@ function actions(command, argument, options) {
|
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
switch (command) {
|
|
24
|
-
case HELP_COMMAND
|
|
25
|
-
case VERSION_COMMAND
|
|
24
|
+
case HELP_COMMAND: help(); break;
|
|
25
|
+
case VERSION_COMMAND: version(); break;
|
|
26
26
|
|
|
27
27
|
default :
|
|
28
28
|
argument = command; ///
|
package/license.txt
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "highmark-cli",
|
|
3
3
|
"author": "James Smith",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.12",
|
|
5
5
|
"license": "MIT, Anti-996",
|
|
6
6
|
"homepage": "https://github.com/djalbat/highmark-cli",
|
|
7
7
|
"description": "Extensible, styleable Markdown.",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"argumentative": "^2.0.21",
|
|
14
14
|
"mkdirp": "^0.5.1",
|
|
15
15
|
"necessary": "^11.1.4",
|
|
16
|
-
"occam-dom": "^3.1.
|
|
16
|
+
"occam-dom": "^3.1.31",
|
|
17
17
|
"occam-lexers": "^16.0.61",
|
|
18
18
|
"occam-parsers": "^16.0.122"
|
|
19
19
|
},
|