Skip to content

Commit

Permalink
feat: remove "tsd-lite" dependency, we install it ourselves
Browse files Browse the repository at this point in the history
  • Loading branch information
andreidmt committed Feb 9, 2023
1 parent 755ef0a commit ebf5e0e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Test runner for testing TypeScript typings (CLI over
## Install

```shell-session
npm install --save-dev @tsd/typescript tsd-lite tsd-lite-cli
npm install --save-dev @tsd/typescript tsd-lite-cli
```

## Usage
Expand Down
19 changes: 9 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@
},
"dependencies": {
"commander": "^10.0.0",
"fast-glob": "^3.2.12"
"fast-glob": "^3.2.12",
"tsd-lite": "^0.6.0"
},
"peerDependencies": {
"@tsd/typescript": "^4.9.5",
"tsd-lite": "^0.6.0"
"@tsd/typescript": "^4.9.5"
},
"devDependencies": {
"@asd14/eslint-config": "^9.1.0",
Expand Down

0 comments on commit ebf5e0e

Please sign in to comment.