watchful-cli 1.7.24 → 1.7.25

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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -70,20 +70,20 @@ Watchful has the following commands and options:
70
70
 
71
71
  Commands:
72
72
 
73
- version Show theh version
74
-
75
73
  help Show this help
76
74
 
75
+ version Show theh version
76
+
77
77
  batch Batch build
78
78
 
79
79
  [incremental] Watch and build incrementally
80
80
 
81
81
  Options:
82
82
 
83
- --version|-v Show the version
84
-
85
83
  --help|-h Show this help
86
84
 
85
+ --version|-v Show the version
86
+
87
87
  --wait|-w Wait before building incrementally
88
88
 
89
89
  --node|-n Bundle for Node rather than the browser
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "watchful-cli",
3
3
  "author": "James Smith",
4
- "version": "1.7.24",
4
+ "version": "1.7.25",
5
5
  "license": "MIT, Anti-996",
6
6
  "homepage": "https://github.com/djalbat/watchful-cli",
7
7
  "description": "Incremental transpilation with bundling.",