watchful-cli 1.7.28 → 1.7.30
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/package.json +2 -3
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ Incremental transpilation with bundling.
|
|
|
4
4
|
|
|
5
5
|
Watchful leverages existing bundlers and transpilers in order to provide a straightforward build tool that supports incremental transpilation together with bundling. It has a batch mode and a watch mode. In the latter mode it will only transpile files that have been added or changed, improving build times considerably.
|
|
6
6
|
|
|
7
|
-
Watchful works best hand in hand with [Lively](https://github.com/djalbat/lively-cli).
|
|
7
|
+
Watchful works best hand in hand with [Lively-CLI](https://github.com/djalbat/lively-cli).
|
|
8
8
|
|
|
9
9
|
### Supported bundlers and transpilers
|
|
10
10
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "watchful-cli",
|
|
3
3
|
"author": "James Smith",
|
|
4
|
-
"version": "1.7.
|
|
4
|
+
"version": "1.7.30",
|
|
5
5
|
"license": "MIT, Anti-996",
|
|
6
6
|
"homepage": "https://github.com/djalbat/watchful-cli",
|
|
7
7
|
"description": "Incremental transpilation with bundling.",
|
|
@@ -15,8 +15,7 @@
|
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"argumentative": "^2.0.14",
|
|
17
17
|
"chokidar": "^3.3.1",
|
|
18
|
-
"necessary": "^11.
|
|
18
|
+
"necessary": "^11.6.1"
|
|
19
19
|
},
|
|
20
|
-
"devDependencies": {},
|
|
21
20
|
"scripts": {}
|
|
22
21
|
}
|