feat: add assets to published packages and fix peerDeps versions (#1875)

This commit is contained in:
Alex Inkin
2022-10-18 17:43:33 +03:00
committed by Aiden McClelland
parent 9f4025fdfb
commit 927cb51b5d
52 changed files with 72 additions and 74 deletions

View File

@@ -23,7 +23,7 @@
"assets": [
{
"glob": "**/*",
"input": "assets",
"input": "projects/shared/assets",
"output": "assets"
},
{
@@ -148,7 +148,7 @@
"assets": [
{
"glob": "**/*",
"input": "assets",
"input": "projects/shared/assets",
"output": "assets"
},
{
@@ -268,7 +268,7 @@
"assets": [
{
"glob": "**/*",
"input": "assets",
"input": "projects/shared/assets",
"output": "assets"
},
{