Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
#371 Move tsutils dependency to full dep, not peer
Browse files Browse the repository at this point in the history
  • Loading branch information
HamletDRC committed Jun 20, 2017
1 parent bdac08f commit d33dbf6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
"scripts": {
"test": "grunt all"
},
"dependencies": {
"tsutils": "^1.4.0"
},
"devDependencies": {
"chai": "3.2.0",
"grunt": "0.4.5",
Expand All @@ -43,7 +46,6 @@
"underscore": "1.8.3"
},
"peerDependencies": {
"tslint": ">=5.1.0",
"tsutils": ">=1.6.0"
"tslint": ">=5.1.0"
}
}

0 comments on commit d33dbf6

Please sign in to comment.