mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-22 06:17:45 +01:00
fix(deps): 🐛 Fix dipendenze child e peer non trovate
This commit is contained in:
parent
18c9045dac
commit
58f4a7f78e
1
.npmrc
1
.npmrc
@ -1,3 +1,4 @@
|
|||||||
|
public-hoist-pattern[]=*@material*
|
||||||
public-hoist-pattern[]=autoprefixer
|
public-hoist-pattern[]=autoprefixer
|
||||||
public-hoist-pattern[]=*eslint*
|
public-hoist-pattern[]=*eslint*
|
||||||
public-hoist-pattern[]=*postcss*
|
public-hoist-pattern[]=*postcss*
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
function readPackage(pkg) {
|
function readPackage(pkg) {
|
||||||
const pkgs = ['@openstamanager/vite-config'];
|
const pkgs = ['@openstamanager/vite-config', '@maicol07/eslint-config'];
|
||||||
if (pkg.name in pkgs) {
|
|
||||||
|
if (pkgs.includes(pkg.name)) {
|
||||||
/** @type {object} */
|
/** @type {object} */
|
||||||
pkg.dependencies = {
|
pkg.dependencies = {
|
||||||
...pkg.peerDependencies,
|
...pkg.peerDependencies,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user