Skip to content
This repository was archived by the owner on Oct 2, 2022. It is now read-only.

Commit ec0c4f2

Browse files
committed
fix(dependencies): limit cosmiconfig peer dependency with upper boundary
1 parent 692c030 commit ec0c4f2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ yarn add @endemolshinegroup/cosmiconfig-typescript-loader
2424

2525
## Usage
2626

27+
With cosmiconfig 5.x
28+
2729
```typescript
2830
import cosmiconfig from 'cosmiconfig';
2931
import TypeScriptLoader from '@endemolshinegroup/cosmiconfig-typescript-loader';

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"lint": "tslint -p tsconfig.json -t codeFrame 'src/**/*.ts' -e 'src/**/*.spec.ts'"
3535
},
3636
"peerDependencies": {
37-
"cosmiconfig": ">=5"
37+
"cosmiconfig": ">=5 < 6"
3838
},
3939
"dependencies": {
4040
"lodash.get": "^4",

0 commit comments

Comments
 (0)