@chiragrupani/package-install-cmd
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -10,7 +10,8 @@ "use strict"; | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Commands = void 0; | ||
var commands_1 = require("./commands"); | ||
Object.defineProperty(exports, "Commands", { enumerable: true, get: function () { return commands_1.Commands; } }); | ||
__exportStar(require("./packageFileReader"), exports); |
@@ -17,3 +17,3 @@ "use strict"; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
@@ -20,0 +20,0 @@ return result; |
{ | ||
"name": "@chiragrupani/package-install-cmd", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Lists the dependency and dev dependency in the project and generates commands to install them using npm", | ||
@@ -37,14 +37,14 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@types/chai": "^4.2.11", | ||
"@types/mocha": "^8.0.0", | ||
"@types/node": "^14.0.23", | ||
"chai": "^4.2.0", | ||
"mocha": "^8.0.1", | ||
"@types/chai": "^4.2.18", | ||
"@types/mocha": "^8.2.2", | ||
"@types/node": "^15.0.2", | ||
"chai": "^4.3.4", | ||
"mocha": "^8.4.0", | ||
"mocha-junit-reporter": "^2.0.0", | ||
"nyc": "^15.1.0", | ||
"rimraf": "^3.0.2", | ||
"ts-node": "^8.10.2", | ||
"typescript": "^3.9.7" | ||
"ts-node": "^9.1.1", | ||
"typescript": "^4.2.4" | ||
}, | ||
"dependencies": {} | ||
} |
Sorry, the diff of this file is not supported yet
14092
218