Skip to content

Commit

Permalink
fix: fixed references to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 28, 2018
1 parent e85a5cf commit 353cac2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/generators/app/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ class App extends Generator {
if (this.mocha) {
devDependencies.push('mocha', 'chai')
if (this.type !== 'base') devDependencies.push(
'@dxcli/test',
'@dxcli/dev-test',
'@dxcli/tslint',
)
}
Expand Down
2 changes: 1 addition & 1 deletion templates/app/tslint.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": "@dxcli/dev-tslint"
"extends": "@dxcli/tslint"
}

0 comments on commit 353cac2

Please sign in to comment.