Skip to content

Commit

Permalink
chore: remove typescript dependency (#1040)
Browse files Browse the repository at this point in the history
  • Loading branch information
luhc228 authored Oct 13, 2022
1 parent 5d9f2bb commit 4304638
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions packages/doctor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# changelog

## 0.4.2

- chore: remove typescript dependency and use the local typescript

## 0.4.1

- feat: support stylelint
Expand Down
5 changes: 2 additions & 3 deletions packages/doctor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@appworks/doctor",
"description": "Analyse and running codemods over react/rax projects, troubleshooting and automatically fixing errors",
"version": "0.4.1",
"version": "0.4.2",
"keywords": [
"doctor",
"analysis",
Expand Down Expand Up @@ -39,7 +39,6 @@
"ignore": "^5.1.8",
"jscpd": "^3.3.3",
"moment": "^2.29.1",
"stylelint": "^14.5.1",
"typescript": "^3.0.0"
"stylelint": "^14.5.1"
}
}

0 comments on commit 4304638

Please sign in to comment.