Skip to content

Commit

Permalink
Revert typescript as dependency, make it a devDependency again (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Oct 26, 2021
1 parent 6f63ed6 commit fc41514
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,13 @@
"hint",
"simple"
],
"dependencies": {
"typescript": ">=4.4"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"ava": "^2.4.0",
"eslint": "^7.8.1",
"temp-write": "^4.0.0"
"temp-write": "^4.0.0",
"typescript": ">=4.4"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": ">=5.0.0",
Expand Down

0 comments on commit fc41514

Please sign in to comment.