Skip to content

Commit

Permalink
refactor: remove implicit devextreme deps in nx
Browse files Browse the repository at this point in the history
  • Loading branch information
pomahtri committed Jul 18, 2024
1 parent 5cf94d6 commit 911941d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions packages/devextreme-angular/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/devextreme-angular",
"projectType": "library",
"implicitDependencies": [
"devextreme"
],
"targets": {
"build": {
"executor": "nx:run-script",
Expand Down
3 changes: 0 additions & 3 deletions packages/devextreme-react/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/devextreme-react",
"projectType": "library",
"implicitDependencies": [
"devextreme"
],
"targets": {
"pack": {
"executor": "nx:run-script",
Expand Down
3 changes: 0 additions & 3 deletions packages/devextreme-vue/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/devextreme-vue",
"projectType": "library",
"implicitDependencies": [
"devextreme"
],
"targets": {
"pack": {
"executor": "nx:run-script",
Expand Down

0 comments on commit 911941d

Please sign in to comment.