Skip to content

Commit

Permalink
(dist) updated paths and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhead committed May 21, 2010
1 parent 03a4171 commit 94a58be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion lib/vendor/eyes
Submodule eyes deleted from 776667
3 changes: 1 addition & 2 deletions lib/vows.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
//
var path = require('path');

require.paths.unshift(path.join(path.dirname(__filename), 'vendor'),
path.dirname(__filename));
require.paths.unshift(__dirname);

var sys = require('sys'),
assert = require('assert'),
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"author" : "Alexis Sellier <self@cloudhead.net>",
"contributors" : [],
"dependencies" : ["eyes"],
"lib" : "lib",
"directories" : {"lib": "./lib"},
"main" : "./lib/vows",
"version" : "0.2.0"
}

0 comments on commit 94a58be

Please sign in to comment.