eddev 0.2.25 → 0.2.26

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.
@@ -284,7 +284,7 @@ function updatePackages(dir) {
284
284
  return __awaiter(this, void 0, void 0, function () {
285
285
  var proc;
286
286
  return __generator(this, function (_c) {
287
- proc = (0, child_process_1.spawn)("npm install", [], {
287
+ proc = (0, child_process_1.spawn)("npm", ["install"], {
288
288
  cwd: dir,
289
289
  });
290
290
  (_a = proc.stdout) === null || _a === void 0 ? void 0 : _a.pipe(process.stdout);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eddev",
3
- "version": "0.2.25",
3
+ "version": "0.2.26",
4
4
  "main": "./index.js",
5
5
  "license": "MIT",
6
6
  "bin": {