0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

chore: refactor pkgs location (#2538)

* chore: relocated mock package

* refactor: relocate local-storage htpasswd to plugins

because they are

* chore: format
This commit is contained in:
Juan Picado 2021-10-18 22:18:09 +02:00 committed by GitHub
parent 70d66eb473
commit b56d5cec39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
107 changed files with 114 additions and 114 deletions

View file

@ -1,3 +0,0 @@
{
"extends": "../../.babelrc"
}

View file

@ -0,0 +1,3 @@
{
"extends": "../../../.babelrc"
}

View file

@ -1,4 +1,4 @@
const config = require('../../jest/config');
const config = require('../../../jest/config');
module.exports = Object.assign({}, config, {
collectCoverage: true,

Some files were not shown because too many files have changed in this diff Show more