@rushstack/lockfile-explorer
Version:
Rush Lockfile Explorer: The UI for solving version conflicts quickly in a large monorepo
8 lines • 469 B
JavaScript
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
// See LICENSE in the project root for license information.
Object.defineProperty(exports, "__esModule", { value: true });
exports.LOCKFILE_EXPLORER_FOLDERNAME = exports.LOCKFILE_LINT_JSON_FILENAME = void 0;
exports.LOCKFILE_LINT_JSON_FILENAME = 'lockfile-lint.json';
exports.LOCKFILE_EXPLORER_FOLDERNAME = 'lockfile-explorer';
//# sourceMappingURL=common.js.map
;