Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'bin/read-package-json.js')
-rwxr-xr-xbin/read-package-json.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/read-package-json.js b/bin/read-package-json.js
index 8c95d86e8..3e5a0c77f 100755
--- a/bin/read-package-json.js
+++ b/bin/read-package-json.js
@@ -6,7 +6,7 @@ if (argv.length < 3) {
var fs = require("fs")
, file = argv[2]
- , readJson = require("../lib/utils/read-json")
+ , readJson = require("read-package-json")
readJson(file, function (er, data) {
if (er) throw er