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

Commit

Permalink
fix: update nyc to version 14
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Jul 31, 2019
1 parent e110231 commit 62e5470
Show file tree
Hide file tree
Showing 2 changed files with 603 additions and 390 deletions.
3 changes: 1 addition & 2 deletions src/generators/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ class App extends Generator {
if (this.mocha) {
devDependencies.push(
'mocha@^5',
'nyc@^13',
'nyc@^14',
'chai@^4',
)
if (this.type !== 'base') devDependencies.push(
Expand All @@ -503,7 +503,6 @@ class App extends Generator {
)
devDependencies.push(
'@types/node@^10',
'typescript@~3.3',
'ts-node@^8',
)
if (this.mocha) {
Expand Down
Loading

0 comments on commit 62e5470

Please sign in to comment.