From 9a5c52a712a721cbc76192b5d0940bcc29cbef03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=97=E5=B7=9D?= Date: Thu, 20 Sep 2018 13:17:24 +0000 Subject: [PATCH] remove testling from package.json --- package.json | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/package.json b/package.json index 4474458..a2a487d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "event-stream", - "version": "4.0.0", + "version": "4.0.1", "description": "construct pipes of streams of events", "homepage": "http://github.com/dominictarr/event-stream", "repository": { @@ -31,27 +31,6 @@ "keywords": [ "stream", "map", "flatmap", "filter", "split", "join", "merge", "replace" ], - "testling": { - "files": "test/*.js", - "browsers": { - "ie": [ - 8, - 9 - ], - "firefox": [ - 13 - ], - "chrome": [ - 20 - ], - "safari": [ - 5.1 - ], - "opera": [ - 12 - ] - } - }, "license": "MIT", "author": "Dominic Tarr (http://bit.ly/dominictarr)" }