From 4ccbee4639cf8a640cc80667b521674fe258acaf Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Sun, 8 Feb 2015 20:59:48 +1100 Subject: [PATCH] fix linting errors --- lib/6to5/types/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/6to5/types/index.js b/lib/6to5/types/index.js index 12d253e197..f860e7ea91 100644 --- a/lib/6to5/types/index.js +++ b/lib/6to5/types/index.js @@ -6,7 +6,6 @@ var isString = require("lodash/lang/isString"); var compact = require("lodash/array/compact"); var esutils = require("esutils"); var object = require("../helpers/object"); -var merge = require("lodash/object/merge"); var Node = require("./node"); var each = require("lodash/collection/each"); var uniq = require("lodash/array/uniq");