From 3a66096ea43aa50115917be3c4af9927862113d0 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Fri, 21 Aug 2015 17:25:25 -0700 Subject: [PATCH] Remove harmony-collections shim in Gruntfile eslint cannot load if this shim is present. --- build/Gruntfile.coffee | 4 ---- build/package.json | 1 - 2 files changed, 5 deletions(-) diff --git a/build/Gruntfile.coffee b/build/Gruntfile.coffee index d89a86531..d21e8fa4a 100644 --- a/build/Gruntfile.coffee +++ b/build/Gruntfile.coffee @@ -13,10 +13,6 @@ _ = require 'underscore-plus' packageJson = require '../package.json' -# Shim harmony collections in case grunt was invoked without harmony -# collections enabled -_.extend(global, require('harmony-collections')) unless global.WeakMap? - module.exports = (grunt) -> grunt.loadNpmTasks('grunt-babel') grunt.loadNpmTasks('grunt-coffeelint') diff --git a/build/package.json b/build/package.json index 251cc1ba6..bd0c9a474 100644 --- a/build/package.json +++ b/build/package.json @@ -27,7 +27,6 @@ "grunt-peg": "~1.1.0", "grunt-shell": "~0.3.1", "grunt-standard": "^1.0.2", - "harmony-collections": "~0.3.8", "legal-eagle": "~0.10.0", "minidump": "~0.9", "npm": "2.13.3",