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:
authorDaijiro Wachi <daijiro.wachi@gmail.com>2017-03-21 00:26:32 +0300
committerRebecca Turner <me@re-becca.org>2017-03-25 01:13:42 +0300
commit6400d3ac2101f5d3b11a7473f248bcb25e9596f5 (patch)
treeb111a2c0f8cf7ed35479a566134cddd2c24a13dc /scripts
parent30357ebc5691d7c9e9cdc6e0fe7dc6253220c9c2 (diff)
script: fix lint error
PR-URL: https://github.com/npm/npm/pull/16110 Credit: @watilde Reviewed-By: @iarna
Diffstat (limited to 'scripts')
-rw-r--r--scripts/changelog.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/changelog.js b/scripts/changelog.js
index 8d0dc11ec..07c8eef94 100644
--- a/scripts/changelog.js
+++ b/scripts/changelog.js
@@ -75,7 +75,6 @@ function main () {
if (/^---$/.test(line)) {
print_commit(commit)
} else if (m = line.match(/^([a-f0-9]{7,9}) ([a-f0-9]+) (?:[(]([^)]+)[)] )?(.*?) [(](.*?)[)]/)) {
-
commit = {
shortid: m[1],
fullid: m[2],