Skip to content

Commit

Permalink
Move typescript to peerDependencies (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored Apr 14, 2024
1 parent 851b41e commit efcab0f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
> Get the dependencies of TypeScript module
```sh
npm install detective-typescript
npm install detective-typescript typescript
```

## Usage
Expand Down
13 changes: 8 additions & 5 deletions package-lock.json

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

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,18 @@
},
"license": "MIT",
"homepage": "https://github.com/dependents/detective-typescript",
"peerDependencies": {
"typescript": "^5.4.4"
},
"dependencies": {
"@typescript-eslint/typescript-estree": "^7.6.0",
"ast-module-types": "^6.0.0",
"node-source-walk": "^7.0.0",
"typescript": "^5.4.4"
"node-source-walk": "^7.0.0"
},
"devDependencies": {
"c8": "^9.1.0",
"mocha": "^10.4.0",
"typescript": "^5.4.5",
"xo": "^0.58.0"
},
"xo": {
Expand Down

0 comments on commit efcab0f

Please sign in to comment.