[Pkg-javascript-commits] [node-sha.js] 33/237: testling
Bastien Roucariès
rouca at moszumanska.debian.org
Fri May 5 09:02:53 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-sha.js.
commit 3515f2f8c958e3b598a1b6be87ba33cd70ae1591
Author: Dominic Tarr <dominic.tarr at gmail.com>
Date: Fri Dec 27 12:27:30 2013 +0700
testling
---
package.json | 20 ++++++++++++++++++--
1 file changed, 18 insertions(+), 2 deletions(-)
diff --git a/package.json b/package.json
index 0ea299d..9f02a01 100644
--- a/package.json
+++ b/package.json
@@ -15,5 +15,21 @@
"test": "set -e; for t in test/*.js; do node $t; done"
},
"author": "Dominic Tarr <dominic.tarr at gmail.com> (dominictarr.com)",
- "license": "MIT"
-}
\ No newline at end of file
+ "license": "MIT",
+ "testling": {
+ "files": "test/*.js",
+ "browsers": [
+ "ie/8..latest",
+ "firefox/17..latest",
+ "firefox/nightly",
+ "chrome/22..latest",
+ "chrome/canary",
+ "opera/12..latest",
+ "opera/next",
+ "safari/5.1..latest",
+ "ipad/6.0..latest",
+ "iphone/6.0..latest",
+ "android-browser/4.2..latest"
+ ]
+ }
+}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-sha.js.git
More information about the Pkg-javascript-commits
mailing list