Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
mixu committed Mar 11, 2014
1 parent d73b1a5 commit bb95e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -2,7 +2,7 @@ var os = require('os'),
path = require('path'),
List = require('minitask').list,
DetectiveList = require('./lib/list/detective.js'),
packageCommonJs = require('./lib/runner/package-commonjs'),
packageCommonJs = require('./lib/runner/commonjs/index.js'),
Capture = require('./lib/file-tasks/capture.js'),
Minilog = require('minilog'),
Cache = require('minitask').Cache;
Expand Down

0 comments on commit bb95e3e

Please sign in to comment.