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 'scripts/changelog.js')
-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],