-
Notifications
You must be signed in to change notification settings - Fork 510
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: reducing 3rd dependencies (#722)
* chore: reducing 3rd dependencies * Update package.json Co-authored-by: Bob den Os <[email protected]> * Keep using jest by default --------- Co-authored-by: Bob den Os <[email protected]>
- Loading branch information
Showing
4 changed files
with
11 additions
and
516 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
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 |
---|---|---|
|
@@ -13,10 +13,5 @@ | |
"scripts": { | ||
"start": "cds-serve", | ||
"watch": "cds watch" | ||
}, | ||
"cds": { | ||
"requires": { | ||
"db": "sql" | ||
} | ||
} | ||
} |
Oops, something went wrong.