Skip to content

Commit

Permalink
fix(generators): Add TypeScript as normal instead of dev dependency (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl authored Jan 26, 2023
1 parent c2fbdb0 commit 2f67398
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/generators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
"@feathershq/pinion": "^0.3.5",
"chalk": "^4.0.1",
"lodash": "^4.17.21",
"prettier": "^2.8.1"
"prettier": "^2.8.1",
"typescript": "^4.9.4"
},
"devDependencies": {
"@feathersjs/adapter-commons": "^5.0.0-pre.35",
Expand All @@ -82,8 +83,7 @@
"mocha": "^10.2.0",
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"type-fest": "^3.5.0",
"typescript": "^4.9.4"
"type-fest": "^3.5.0"
},
"gitHead": "c641598d9a4de3ceda10f56cf2af288a4236b15e"
}

0 comments on commit 2f67398

Please # to comment.