highmark-cli 1.3.47 → 1.3.48
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/README.md +1 -1
- package/bin/action/help.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -75,7 +75,7 @@ Options:
|
|
|
75
75
|
|
|
76
76
|
--port|-p The server port, the default being 8888
|
|
77
77
|
|
|
78
|
-
--fonts|-f Copy
|
|
78
|
+
--fonts|-f Copy CUM fonts to a font folder next to the output file
|
|
79
79
|
|
|
80
80
|
--watch|-w Watch for changes to the client file and in the output directory
|
|
81
81
|
|
package/bin/action/help.js
CHANGED
|
@@ -27,7 +27,7 @@ Options:
|
|
|
27
27
|
|
|
28
28
|
--port|-p The server port, the default being 8888
|
|
29
29
|
|
|
30
|
-
--fonts|-f Copy
|
|
30
|
+
--fonts|-f Copy CMU fonts to a font folder next to the output file
|
|
31
31
|
|
|
32
32
|
--watch|-w Watch for changes to the client file and in the output directory
|
|
33
33
|
|