Skip to content

Commit

Permalink
Move through to an actual dependency
Browse files Browse the repository at this point in the history
It is used now. I forgot to update it.
  • Loading branch information
Per Eckerdal committed Jan 9, 2015
1 parent 905117c commit ab7f1b6
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 @@ -30,10 +30,10 @@
"lodash": "~2.4.1",
"chalk": "~0.5.1",
"teamcity-service-messages": "~0.1.6",
"exit": "~0.1.2"
"exit": "~0.1.2",
"through": "~2.3.6"
},
"devDependencies": {
"through": "~2.3.6",
"chai": "~1.10.0",
"strip-ansi": "~2.0.0",
"mocha": "~2.0.1",
Expand Down

0 comments on commit ab7f1b6

Please sign in to comment.