Skip to content

Commit

Permalink
tsutils is a regular dependency (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
adidahiya authored Jul 25, 2017
1 parent 35f49a5 commit 3318951
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@
"test-rules": "scripts/testRules.sh",
"verify": "npm-run-all build test-rules"
},
"dependencies": {
"tsutils": "^1.7.0"
},
"peerDependencies": {
"tslint": "^5.1.0",
"tsutils": "^1.7.0",
"typescript": ">=2.1.0 || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev"
},
"devDependencies": {
Expand Down

0 comments on commit 3318951

Please sign in to comment.