Skip to content

Commit

Permalink
Remove unnecessary dependency in runner
Browse files Browse the repository at this point in the history
  • Loading branch information
jason0x43 committed Jun 19, 2014
1 parent d2a44c5 commit 1fdafb5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ else {
'require',
'./main',
'./lib/createProxy',
'dojo/node!istanbul/lib/instrumenter',
'dojo/node!path',
'./lib/args',
'./lib/util',
Expand All @@ -45,7 +44,6 @@ else {
require,
main,
createProxy,
Instrumenter,
path,
args,
util,
Expand Down

0 comments on commit 1fdafb5

Please sign in to comment.