Skip to content
This repository has been archived by the owner on Nov 28, 2018. It is now read-only.

Commit

Permalink
remove testling from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
北川 committed Sep 20, 2018
1 parent 28e1472 commit 9a5c52a
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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 <dominic.tarr@gmail.com> (http://bit.ly/dominictarr)"
}

0 comments on commit 9a5c52a

Please sign in to comment.