Skip to content

Commit ede2989

Browse files
tpluscodeAlexZeitler
authored andcommitted
build(deps): make upstream packages "real" dependencies
as a rule of thumb they should be dependencies when they are actually imported (as opposed to the end consumer importing all and composing themselves)
1 parent 71ecbdc commit ede2989

File tree

4 files changed

+15
-4674
lines changed

4 files changed

+15
-4674
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ Based on `http-problem-details` ([repository](https://github.com/PDMLab/http-pro
88
## Installation
99

1010
```
11-
npm install http-problem-details http-problem-details-mapper express-http-problem-details
11+
npm install express express-http-problem-details
1212
```
1313

1414
or
1515

1616
```
17-
yarn add http-problem-details http-problem-details-mapper express-http-problem-details
17+
yarn add express express-http-problem-details
1818
```
1919

2020
## Usage

0 commit comments

Comments
 (0)