client-oauth2
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "client-oauth2", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "A no-dependency library for executing OAuth 2.0 flows.", | ||
@@ -28,2 +28,3 @@ "main": "client-oauth2.js", | ||
"gulp-jshint": "^1.8.4", | ||
"is-travis": "^1.0.0", | ||
"karma": "^0.12.23", | ||
@@ -30,0 +31,0 @@ "karma-chrome-launcher": "^0.1.4", |
@@ -126,3 +126,3 @@ # Client OAuth 2.0 | ||
[npm-url]: https://npmjs.org/package/client-oauth2 | ||
[travis-image]: https://img.shields.io/travis/mulesoft-labs/client-oauth2.svg?style=flat | ||
[travis-url]: https://travis-ci.org/mulesoft-labs/client-oauth2 | ||
[travis-image]: https://img.shields.io/travis/mulesoft/js-client-oauth2.svg?style=flat | ||
[travis-url]: https://travis-ci.org/mulesoft/js-client-oauth2 |
@@ -1,2 +0,3 @@ | ||
var path = require('path'); | ||
var path = require('path'); | ||
var isTravis = require('is-travis'); | ||
@@ -105,3 +106,3 @@ /** | ||
*/ | ||
browsers: ['Chrome', 'Firefox', 'PhantomJS'], | ||
browsers: isTravis ? ['PhantomJS'] : ['Chrome', 'Firefox', 'PhantomJS'], | ||
@@ -108,0 +109,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
55468
1451
14