madrun 9.0.6 → 9.0.7
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/ChangeLog +7 -0
- package/README.md +1 -1
- package/package.json +3 -3
package/ChangeLog
CHANGED
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ npm i madrun -g
|
|
|
21
21
|
|
|
22
22
|
First thing you should do is:
|
|
23
23
|
|
|
24
|
-
- ✅ create `.madrun.js` file
|
|
24
|
+
- ✅ create `.madrun.js` file with all scripts written in **JavaScript**;
|
|
25
25
|
- ✅ update `package.json` scripts to use **madrun**;
|
|
26
26
|
|
|
27
27
|
This can be done using:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "madrun",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.7",
|
|
4
4
|
"description": "CLI tool to run multiple npm-scripts in a madly comfortable way",
|
|
5
5
|
"main": "lib/madrun.js",
|
|
6
6
|
"type": "commonjs",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"mapsome": "^1.0.0",
|
|
64
64
|
"montag": "^1.0.0",
|
|
65
65
|
"once": "^1.4.0",
|
|
66
|
-
"putout": "^
|
|
66
|
+
"putout": "^28.0.0",
|
|
67
67
|
"try-catch": "^3.0.0",
|
|
68
68
|
"try-to-catch": "^3.0.0",
|
|
69
69
|
"yargs-parser": "^21.0.0"
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"nodemon": "^2.0.0",
|
|
81
81
|
"nyc": "^15.0.0",
|
|
82
82
|
"runsome": "^1.0.0",
|
|
83
|
-
"supertape": "^
|
|
83
|
+
"supertape": "^8.1.0"
|
|
84
84
|
},
|
|
85
85
|
"publishConfig": {
|
|
86
86
|
"access": "public"
|