Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "is-mobile", | ||
"description": "Check if mobile browser.", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"repository": { | ||
@@ -29,3 +29,19 @@ "type": "git", | ||
}, | ||
"license": "MIT" | ||
"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" | ||
] | ||
} | ||
} |
@@ -6,2 +6,6 @@ | ||
[![build status](https://secure.travis-ci.org/Wayla/is-mobile.png)](http://travis-ci.org/Wayla/is-mobile) | ||
[![testling badge](https://ci.testling.com/Wayla/is-mobile.png)](https://ci.testling.com/Wayla/is-mobile) | ||
## Example | ||
@@ -8,0 +12,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5181
6
57