-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move dependencies to devDependencies (#1758)
* move dependencies to devDependencies * typescript was already in devDependencies * dependencies used only by the frontend widget are only devDependencies, and are not required by the backend (at runtime): - react - react-dom - matrix-widget-api - url-join - classnames * cross-fetch is only used in tests Signed-off-by: Дамјан Георгиевски <gdamjan@gmail.com> * Create 1758.misc --------- Signed-off-by: Дамјан Георгиевски <gdamjan@gmail.com> Co-authored-by: Will Hunt <will@half-shot.uk>
- Loading branch information
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Remove some build-time dependencies from the runtime dependency list. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters