Skip to content

Commit

Permalink
make tsc version in test deterministic
Browse files Browse the repository at this point in the history
  • Loading branch information
Basarat Ali Syed authored and Basarat Ali Syed committed Sep 15, 2016
1 parent 0579963 commit 399b0f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ node_modules
.vscode
.alm/
.editorconfig
npm-debug.log
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@
"dependencies": {
"immutable": "^3.8.1",
"redux": "^3.5.2"
},
"devDependencies": {
"typescript": "1.8.10"
}
}

0 comments on commit 399b0f8

Please sign in to comment.