Skip to content

Commit

Permalink
bump to latest stable version of tslint-microsoft-contrib
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed May 3, 2017
1 parent 466cad6 commit c1ad0bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"npm": ">= 4"
},
"dependencies": {
"@niik/tslint-microsoft-contrib": "^2.0.14",
"awesome-typescript-loader": "^3.1.2",
"aws-sdk": "^2.23.0",
"babel-core": "^6.24.1",
Expand Down Expand Up @@ -72,7 +71,8 @@
"to-camel-case": "^1.0.0",
"ts-loader": "^2.0.3",
"ts-node": "^3.0.2",
"tslint": "^3.14.0",
"tslint": "^4.5.1",
"tslint-microsoft-contrib": "^4.0.1",
"typescript": "2.3.2",
"vrsource-tslint-rules": "^0.12.0",
"webpack": "^2.4.1",
Expand Down
2 changes: 1 addition & 1 deletion tslint.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"rulesDirectory": [
"node_modules/vrsource-tslint-rules/rules",
"node_modules/@niik/tslint-microsoft-contrib/",
"node_modules/tslint-microsoft-contrib/",
"tslint-rules/"
],
"rules": {
Expand Down

0 comments on commit c1ad0bd

Please sign in to comment.