Skip to content

Commit

Permalink
[test dist] Remove unused eyes dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed Jan 2, 2012
1 parent 9e9e37b commit d0a9121
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"pkginfo": "0.2.x"
},
"devDependencies": {
"vows": "0.6.x",
"eyes": "0.1.7"
"vows": "0.6.x"
},
"main": "./lib/nconf",
"scripts": { "test": "vows test/*-test.js test/**/*-test.js --spec" },
Expand Down
3 changes: 1 addition & 2 deletions test/provider-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ var assert = require('assert'),
spawn = require('child_process').spawn,
vows = require('vows'),
helpers = require('./helpers'),
nconf = require('../lib/nconf'),
eyes = require('eyes');
nconf = require('../lib/nconf');

var fixturesDir = path.join(__dirname, 'fixtures'),
mergeFixtures = path.join(fixturesDir, 'merge'),
Expand Down

0 comments on commit d0a9121

Please sign in to comment.