From 6400d3ac2101f5d3b11a7473f248bcb25e9596f5 Mon Sep 17 00:00:00 2001 From: Daijiro Wachi Date: Mon, 20 Mar 2017 14:26:32 -0700 Subject: script: fix lint error PR-URL: https://github.com/npm/npm/pull/16110 Credit: @watilde Reviewed-By: @iarna --- scripts/changelog.js | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts') 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], -- cgit v1.2.3