From 22aef3441ef01ed64d61dccf2538866caa62dc64 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Fri, 12 Feb 2016 16:07:06 -0800 Subject: [PATCH] package.json: remove testling field MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit testling doesn’t work anymore --- package.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/package.json b/package.json index c5855f6..18b0f03 100644 --- a/package.json +++ b/package.json @@ -11,18 +11,6 @@ "scripts": { "test": "standard && tape test/*.js" }, - "testling": { - "files": "test/*.js", - "browsers": [ - "ie/6..latest", - "chrome/4..latest", - "firefox/3..latest", - "safari/5.1..latest", - "opera/11.0..latest", - "iphone/6", - "ipad/6" - ] - }, "engines": { "node": ">= 0.4" },