mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -05:00
418bf0d8fa
include it to the ci paths list
17 lines
406 B
JavaScript
17 lines
406 B
JavaScript
'use strict';
|
|
|
|
Object.defineProperty(exports, '__esModule', {
|
|
value: true,
|
|
});
|
|
exports.LocalMemory = undefined;
|
|
|
|
let _localMemory = require('./local-memory');
|
|
|
|
let _localMemory2 = _interopRequireDefault(_localMemory);
|
|
|
|
function _interopRequireDefault(obj) {
|
|
return obj && obj.__esModule ? obj : { default: obj };
|
|
}
|
|
|
|
exports.LocalMemory = _localMemory2.default;
|
|
exports.default = _localMemory2.default;
|