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

Commit

Permalink
fix: move tslib to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed May 11, 2018
1 parent 9675d8a commit 2e35528
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/generators/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -422,13 +422,15 @@ class App extends Generator {
)
}
if (this.ts) {
dependencies.push(
'tslib@^1',
)
devDependencies.push(
'@types/chai@^4',
'@types/mocha@^5',
'@types/node@^10',
'typescript@^2.8',
'ts-node@^6',
'tslib@^1',
)
if (this.tslint) {
devDependencies.push(
Expand Down

0 comments on commit 2e35528

Please sign in to comment.