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/lib
diff options
context:
space:
mode:
authorRebecca Turner <me@re-becca.org>2017-05-10 10:21:11 +0300
committerRebecca Turner <me@re-becca.org>2017-05-26 04:55:10 +0300
commit9513cb2bee522250a7be925ef77b71fcff66c6ae (patch)
tree6c338730d639b8e2e75d895f7becf066d0e3e816 /lib
parentecfa3713f85307b5724a5d9aea167190adfd7e6e (diff)
version: Fix on v4
Diffstat (limited to 'lib')
-rw-r--r--lib/version.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/version.js b/lib/version.js
index c5e0afdc5..42f7d2a68 100644
--- a/lib/version.js
+++ b/lib/version.js
@@ -1,4 +1,4 @@
-
+'use strict'
const BB = require('bluebird')
const assert = require('assert')