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:
parent
70d66eb473
commit
b56d5cec39
107 changed files with 114 additions and 114 deletions
|
@ -1 +0,0 @@
|
|||
{}
|
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
"extends": "../../.babelrc"
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
{}
|
3
packages/tools/mock/.babelrc
Normal file
3
packages/tools/mock/.babelrc
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"extends": "../../../.babelrc"
|
||||
}
|
|
@ -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
Loading…
Reference in a new issue