Skip to content

Commit

Permalink
Revert "Add typescript as peer dependency"
Browse files Browse the repository at this point in the history
This reverts commit ec153c6.
  • Loading branch information
sindresorhus committed May 26, 2019
1 parent a8ae3db commit e06bec8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@
"tsd": "^0.7.3",
"xo": "^0.24.0"
},
"peerDependencies": {
"typescript": ">=3.2"
},
"xo": {
"extends": "xo-typescript",
"extensions": [
Expand Down
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ PR welcome for additional commonly needed types and docs improvements. Read the
$ npm install type-fest
```

*Requires TypeScript >=3.2*


## Usage

Expand Down

0 comments on commit e06bec8

Please sign in to comment.