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 'lib/install/inflate-bundled.js')
-rw-r--r--lib/install/inflate-bundled.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/install/inflate-bundled.js b/lib/install/inflate-bundled.js
index 913a05846..c27acd1dc 100644
--- a/lib/install/inflate-bundled.js
+++ b/lib/install/inflate-bundled.js
@@ -12,4 +12,4 @@ module.exports = function inflateBundled (parent, children) {
child.isLink = child.isLink || parent.isLink || parent.target
inflateBundled(child, child.children)
})
-} \ No newline at end of file
+}