nestia 2.0.13 → 2.0.14
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/lib/executable/nestia.js +1 -1
- package/package.json +1 -1
package/lib/executable/nestia.js
CHANGED
|
@@ -78,7 +78,7 @@ function install() {
|
|
|
78
78
|
var e_1, _a;
|
|
79
79
|
try {
|
|
80
80
|
// INSTALL DEPENDENCIES
|
|
81
|
-
for (var _b = __values(["nestia-fetcher", "typescript-is"]), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
81
|
+
for (var _b = __values(["nestia-fetcher", "typescript-is", "typescript-json"]), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
82
82
|
var lib = _c.value;
|
|
83
83
|
var command = "npm install ".concat(lib);
|
|
84
84
|
cp.execSync(command, { stdio: "inherit" });
|