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

Commit

Permalink
fix(dependencies): limit cosmiconfig peer dependency with upper boundary
Browse files Browse the repository at this point in the history
  • Loading branch information
adambullmer committed Jun 13, 2020
1 parent 692c030 commit ec0c4f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ yarn add @endemolshinegroup/cosmiconfig-typescript-loader

## Usage

With cosmiconfig 5.x

```typescript
import cosmiconfig from 'cosmiconfig';
import TypeScriptLoader from '@endemolshinegroup/cosmiconfig-typescript-loader';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"lint": "tslint -p tsconfig.json -t codeFrame 'src/**/*.ts' -e 'src/**/*.spec.ts'"
},
"peerDependencies": {
"cosmiconfig": ">=5"
"cosmiconfig": ">=5 < 6"
},
"dependencies": {
"lodash.get": "^4",
Expand Down

0 comments on commit ec0c4f2

Please sign in to comment.