Skip to content

Commit

Permalink
read-installed is now a separate package
Browse files Browse the repository at this point in the history
  • Loading branch information
fb55 committed Jul 27, 2012
1 parent 0b05409 commit 13c3e31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/require-analyzer.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var util = require('util'),
events = require('events'),
spawn = require('child_process').spawn,
npm = require('npm'),
npmls = require('npm/lib/utils/read-installed'),
npmls = require('read-installed'),
semver = require('semver'),
findit = require('findit');

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"semver": "1.0.x",
"winston": "0.6.x",
"detective": "0.0.x",
"eyes": "0.1.x"
"eyes": "0.1.x",
"read-installed": "0.0"
},
"devDependencies": {
"vows": "0.6.x"
Expand Down

0 comments on commit 13c3e31

Please sign in to comment.