Skip to content

Commit

Permalink
chore: manual clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
nsbarsukov committed Dec 7, 2023
1 parent 3431f2a commit 29a8e47
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@
"@babel/core": "7.23.5",
"@babel/preset-react": "7.23.3",
"@commitlint/cli": "18.4.3",
"@nrwl/tao": "17.1.3",
"@nx/angular": "17.1.3",
"@nx/eslint": "17.1.3",
"@nx/eslint-plugin": "17.1.3",
Expand Down
1 change: 1 addition & 0 deletions projects/core/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"tsConfig": "projects/core/tsconfig.lib.json",
"format": ["esm", "cjs"],
"compiler": "tsc",
"external": "all",
"assets": [
{
"glob": "projects/core/README.md",
Expand Down
1 change: 1 addition & 0 deletions projects/kit/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"tsConfig": "projects/kit/tsconfig.workaround.json",
"format": ["esm", "cjs"],
"compiler": "tsc",
"external": "all",
"assets": [
{
"glob": "projects/kit/README.md",
Expand Down
1 change: 1 addition & 0 deletions projects/phone/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"tsConfig": "projects/phone/tsconfig.workaround.json",
"format": ["esm", "cjs"],
"compiler": "tsc",
"external": "all",
"assets": [
{
"glob": "projects/phone/README.md",
Expand Down
2 changes: 1 addition & 1 deletion projects/react/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"tsConfig": "projects/react/tsconfig.lib.json",
"project": "projects/react/package.json",
"entryFile": "projects/react/src/index.ts",
"external": ["react/jsx-runtime"],
"external": "all",
"rollupConfig": "@nx/react/plugins/bundle-rollup",
"assets": [
{
Expand Down
1 change: 1 addition & 0 deletions projects/vue/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"entryFile": "projects/vue/src/index.ts",
"format": ["esm", "cjs"],
"compiler": "tsc",
"external": "all",
"assets": [
{
"glob": "projects/vue/README.md",
Expand Down

0 comments on commit 29a8e47

Please sign in to comment.