Skip to content

Commit

Permalink
Merge pull request #451 from AliMD/feat/dependencies
Browse files Browse the repository at this point in the history
fix: set correct dependencies and refrences
  • Loading branch information
alimd authored Dec 1, 2022
2 parents c090dbb + 1fb05a8 commit bbcaa7a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/core/math/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@
"include": ["src/**/*"],
"exclude": [],
"references": [
// { "path": "../logger" },
]
}
1 change: 1 addition & 0 deletions packages/ui/icon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
},
"dependencies": {
"@alwatr/element": "^0.24.0",
"@alwatr/fetch": "^0.24.0",
"lit": "~2.4.1",
"tslib": "~2.4.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/icon/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"exclude": [],
"references": [
{
"path": "../../core/element"
"path": ["../../core/element", "../../core/fetch"],
}
]
}

0 comments on commit bbcaa7a

Please sign in to comment.