Skip to content

Commit

Permalink
Include typescript in dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Peterclark1996 committed Jun 11, 2024
1 parent 59349b5 commit 39d97ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/s2ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"prettier": "^3.3.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
"ts-node": "^10.9.2"
},
"prettier": {
"trailingComma": "none",
Expand All @@ -46,6 +45,7 @@
"printWidth": 160
},
"dependencies": {
"chokidar": "^3.6.0"
"chokidar": "^3.6.0",
"typescript": "^5.4.5"
}
}

0 comments on commit 39d97ae

Please sign in to comment.