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:
authorForrest L Norvell <forrest@npmjs.com>2015-02-27 17:32:04 +0300
committerForrest L Norvell <forrest@npmjs.com>2015-02-27 17:32:04 +0300
commitabdd040da90932535472f593d5433a67ee074801 (patch)
tree19043a3a504ffaab0e9055cc56755e1f66b793b2 /package.json
parent91db20b318acad9e9a268dcc9b2646146a5edd97 (diff)
read-package-json@1.3.2
Provide more helpful error messages when JSON parse errors are encountered by using a more forgiving JSON parser than JSON.parse.
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 9a7a13b33..73d52620a 100644
--- a/package.json
+++ b/package.json
@@ -79,7 +79,7 @@
"path-is-inside": "~1.0.0",
"read": "~1.0.4",
"read-installed": "~3.1.5",
- "read-package-json": "~1.3.1",
+ "read-package-json": "~1.3.2",
"readable-stream": "~1.0.33",
"realize-package-specifier": "~1.3.0",
"request": "~2.53.0",