Skip to content

Commit

Permalink
fix(register): move typescript to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Apr 28, 2022
1 parent 1f5e723 commit c0011ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/register/package.json
Expand Up @@ -38,15 +38,15 @@
"colorette": "^2.0.16",
"debug": "^4.3.4",
"pirates": "^4.0.5",
"tslib": "^2.4.0",
"typescript": "^4.6.3"
"tslib": "^2.4.0"
},
"peerDependencies": {
"typescript": ">= 4.3"
},
"devDependencies": {
"@swc/core": "^1.2.172",
"@types/debug": "^4.1.7"
"@types/debug": "^4.1.7",
"typescript": "^4.6.3"
},
"funding": {
"type": "github",
Expand Down

0 comments on commit c0011ca

Please sign in to comment.