Skip to content

Commit

Permalink
fix(*): fix tslint configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Aug 1, 2016
1 parent cc12a03 commit 090e570
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ DateFormatPipe.d.ts
FromUnixPipe.js
FromUnixPipe.js.map
FromUnixPipe.d.ts
DifferencePipe.js
DifferencePipe.js.map
DifferencePipe.d.ts
DurationPipe.js
DurationPipe.js.map
DurationPipe.d.ts
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
],
"scripts": {
"install_typings": "typings install",
"test": "tslint *.ts && typings install && tsc && karma start",
"test": "tslint src/*.ts && typings install && tsc && karma start",
"prepublish": "typings install && tsc --outDir ."
},
"repository": {
Expand Down

0 comments on commit 090e570

Please sign in to comment.