@travi/cli 9.0.20 → 9.0.21
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/bin/travi.js +2 -2
- package/package.json +2 -2
package/bin/travi.js
CHANGED
|
@@ -44,7 +44,7 @@ var addPackageToMonorepo = require('@form8ion/add-package-to-monorepo');
|
|
|
44
44
|
var name = "@travi/cli";
|
|
45
45
|
var description = "cli for my various tools";
|
|
46
46
|
var license = "MIT";
|
|
47
|
-
var version = "9.0.
|
|
47
|
+
var version = "9.0.21";
|
|
48
48
|
var engines = {
|
|
49
49
|
node: "^16.13.0"
|
|
50
50
|
};
|
|
@@ -161,7 +161,7 @@ var devDependencies = {
|
|
|
161
161
|
"ls-engines": "0.7.0",
|
|
162
162
|
"mdast-util-from-markdown": "0.8.5",
|
|
163
163
|
mocha: "10.1.0",
|
|
164
|
-
"mock-fs": "5.
|
|
164
|
+
"mock-fs": "5.2.0",
|
|
165
165
|
nock: "13.2.9",
|
|
166
166
|
"npm-run-all": "4.1.5",
|
|
167
167
|
"remark-cli": "11.0.0",
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@travi/cli",
|
|
3
3
|
"description": "cli for my various tools",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"version": "9.0.
|
|
5
|
+
"version": "9.0.21",
|
|
6
6
|
"engines": {
|
|
7
7
|
"node": "^16.13.0"
|
|
8
8
|
},
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
"ls-engines": "0.7.0",
|
|
120
120
|
"mdast-util-from-markdown": "0.8.5",
|
|
121
121
|
"mocha": "10.1.0",
|
|
122
|
-
"mock-fs": "5.
|
|
122
|
+
"mock-fs": "5.2.0",
|
|
123
123
|
"nock": "13.2.9",
|
|
124
124
|
"npm-run-all": "4.1.5",
|
|
125
125
|
"remark-cli": "11.0.0",
|