Skip to content

Commit

Permalink
Merge pull request #197 from nexus-uw/upgrade-to-tslint-4.1
Browse files Browse the repository at this point in the history
chore(dependencies) upgrade tslint to 4.1
  • Loading branch information
mgechev authored Dec 16, 2016
2 parents 9464b5b + 910fcef commit 13b722e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@
"rimraf": "^2.5.2",
"rxjs": "5.0.0-rc.4",
"ts-node": "1.2.2",
"tslint": "~4.0.0",
"tslint": "^4.0.0",
"typescript": "^2.1.4",
"zone.js": "^0.7.2"
},
"peerDependencies": {
"tslint": "~4.0.0",
"tslint": "^4.0.0",
"@angular/compiler": "<=2.3 >=2.2.0",
"@angular/core": "<=2.3 >=2.2.0"
},
Expand Down

0 comments on commit 13b722e

Please sign in to comment.