Skip to content

Commit

Permalink
moved files
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario L Gutierrez committed Mar 12, 2013
1 parent dbea5e4 commit adcbd1f
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
* See the file LICENSE for copying permission.
*/

module.exports = require('./shell');
module.exports = require('./lib/shell');
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion test/shellSpecs.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ var sh = require('..');

describe('Shell', function() {
it('should compare two files for outdated', function() {
var newer = __dirname + '/../shell.js';
var newer = __dirname + '/../lib/shell.js';
var older = __dirname + '/../LICENSE';
var missing = __dirname + '/../doesnotexist';
assert.isFalse(sh.outdated(newer, older));
Expand Down

0 comments on commit adcbd1f

Please sign in to comment.