Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
fix: ts-node 6
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed May 7, 2018
1 parent 41eac1a commit 98580b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generators/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ class App extends Generator {
'@types/mocha@^5',
'@types/node@^9',
'typescript@^2.8',
'ts-node@^5',
'ts-node@^6',
'tslib@^1',
)
if (this.tslint) {
Expand Down

0 comments on commit 98580b1

Please sign in to comment.