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
path: root/test
diff options
context:
space:
mode:
authorKat Marchán <kzm@sykosomatic.org>2017-05-10 19:52:06 +0300
committerRebecca Turner <me@re-becca.org>2017-05-26 04:55:11 +0300
commitef026e953621f1bade0347f71ce42d323c19ea09 (patch)
tree5b72c439275ccb0d58e301d163f785d351a241bb /test
parent950ed58cca69a525f2cb4ce5db9a49967a526b7e (diff)
meta: standard fixes
Diffstat (limited to 'test')
-rw-r--r--test/need-npm5-update/need-only-update-save-optional/update-save.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/need-npm5-update/need-only-update-save-optional/update-save.js b/test/need-npm5-update/need-only-update-save-optional/update-save.js
index 57772167c..f01fa0f54 100644
--- a/test/need-npm5-update/need-only-update-save-optional/update-save.js
+++ b/test/need-npm5-update/need-only-update-save-optional/update-save.js
@@ -111,7 +111,6 @@ test('update devDependencies only', function (t) {
test('update optionalDependencies only', function (t) {
setup({ optionalDependencies: { underscore: '~1.3.1' } })
- var pkgdata = JSON.parse(fs.readFileSync(path.join(pkg, 'package.json'), 'utf8'))
common.npm(['update', '--save-optional'], EXEC_OPTS, function (err, code) {
t.ifError(err)