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-10-15 04:32:18 +0300
committerForrest L Norvell <forrest@npmjs.com>2015-10-15 08:24:10 +0300
commit759f88ae3f10368031943b3f8b836cc8b20089b3 (patch)
tree307ea35492a54d38d0ae330283f6ba8b8d80b1e2 /node_modules/has-unicode/index.js
parentfce973484bfdb10c603c7fd7ca3a4a484ca70e5b (diff)
has-unicode@1.0.1
Remove unused variable. PR-URL: https://github.com/npm/npm/pull/9981
Diffstat (limited to 'node_modules/has-unicode/index.js')
-rw-r--r--node_modules/has-unicode/index.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/node_modules/has-unicode/index.js b/node_modules/has-unicode/index.js
index edceb7030..e0907b510 100644
--- a/node_modules/has-unicode/index.js
+++ b/node_modules/has-unicode/index.js
@@ -1,6 +1,5 @@
"use strict"
var os = require("os")
-var child_process = require("child_process")
var hasUnicode = module.exports = function () {
// Supported Win32 platforms (>XP) support unicode in the console, though