@tsed/cli-plugin-tslint
Advanced tools
Comparing version 1.16.9 to 1.16.10
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.CliPluginTslintModule = void 0; | ||
const tslib_1 = require("tslib"); | ||
@@ -4,0 +5,0 @@ const cli_core_1 = require("@tsed/cli-core"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.TslintInitHook = void 0; | ||
const tslib_1 = require("tslib"); | ||
@@ -4,0 +5,0 @@ const cli_core_1 = require("@tsed/cli-core"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.TEMPLATE_DIR = void 0; | ||
const path_1 = require("path"); | ||
exports.TEMPLATE_DIR = path_1.resolve(__dirname, "..", "..", "templates"); | ||
//# sourceMappingURL=templateDir.js.map |
{ | ||
"name": "@tsed/cli-plugin-tslint", | ||
"version": "1.16.9", | ||
"version": "1.16.10", | ||
"main": "lib/index.js", | ||
@@ -8,4 +8,4 @@ "typings": "lib/index.d.ts", | ||
"devDependencies": { | ||
"@tsed/cli": "1.16.9", | ||
"@tsed/cli-core": "1.16.9" | ||
"@tsed/cli": "1.16.10", | ||
"@tsed/cli-core": "1.16.10" | ||
}, | ||
@@ -12,0 +12,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
14500
150