zarro 1.166.4 → 1.167.0
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
(function () {
|
|
3
|
-
console.
|
|
4
|
-
|
|
3
|
+
console.error("testutil-finder has been renamed to test-util-finder and will be removed in a future release");
|
|
4
|
+
module.exports = require("./test-util-finder");
|
|
5
5
|
})();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zarro",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.167.0",
|
|
4
4
|
"description": "Some glue to make gulp easier, perhaps even zero- or close-to-zero-conf",
|
|
5
5
|
"bin": {
|
|
6
6
|
"zarro": "./index.js"
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"build-fetch-github-release": "tsc -p gulp-tasks/modules/fetch-github-release/tsconfig.json",
|
|
42
42
|
"postbuild-fetch-github-release": "run-s delete-fetch-github-release-dist-shadow shadow-fetch-github-release-dist",
|
|
43
43
|
"delete-fetch-github-release-dist-shadow": "rimraf gulp-tasks/modules/fetch-github-release/dist-copy",
|
|
44
|
-
"shadow-fetch-github-release-dist": "
|
|
44
|
+
"shadow-fetch-github-release-dist": "node index.js shadow-fetch-github-release-dist",
|
|
45
45
|
"gulp": "gulp",
|
|
46
46
|
"test-npm-gulp-task": "echo \"this is a test\"",
|
|
47
47
|
"verify-up-to-date": "run-s \"zarro -- verify-up-to-date\"",
|
|
@@ -124,7 +124,6 @@
|
|
|
124
124
|
"@types/xml2js": "^0.4.8",
|
|
125
125
|
"@types/yargs": "^15.0.13",
|
|
126
126
|
"console-cls": "^1.2.2",
|
|
127
|
-
"cpy-cli": "^5.0.0",
|
|
128
127
|
"debugger-is-attached": "^1.2.0",
|
|
129
128
|
"expect-even-more-jest": "^1.15.0",
|
|
130
129
|
"filesystem-sandbox": "^1.20.0",
|