Comparing version 0.0.5 to 0.0.6
@@ -11,9 +11,9 @@ "use strict"; | ||
var _travis = require("./travis"); | ||
var _Travis = require("./Travis"); | ||
var _travis2 = _interopRequireDefault(_travis); | ||
var _Travis2 = _interopRequireDefault(_Travis); | ||
var _fake = require("./fake"); | ||
var _Fake = require("./Fake"); | ||
var _fake2 = _interopRequireDefault(_fake); | ||
var _Fake2 = _interopRequireDefault(_Fake); | ||
@@ -30,7 +30,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
// Fake is what I'm using during dev for the minute | ||
var travis = new _travis2.default(env); | ||
var travis = new _Travis2.default(env); | ||
if (travis.isCI) { | ||
return travis; | ||
} else { | ||
return new _fake2.default(); | ||
return new _Fake2.default(); | ||
} | ||
@@ -37,0 +37,0 @@ } |
@@ -59,2 +59,2 @@ "use strict"; | ||
exports.default = FakeCI; | ||
//# sourceMappingURL=fake.js.map | ||
//# sourceMappingURL=Fake.js.map |
@@ -63,2 +63,2 @@ "use strict"; | ||
exports.default = Travis; | ||
//# sourceMappingURL=travis.js.map | ||
//# sourceMappingURL=Travis.js.map |
@@ -583,2 +583,2 @@ "use strict"; | ||
}(); | ||
//# sourceMappingURL=github.js.map | ||
//# sourceMappingURL=GitHub.js.map |
@@ -8,3 +8,3 @@ "use strict"; | ||
var _github = require("./github"); | ||
var _GitHub = require("./GitHub"); | ||
@@ -21,3 +21,3 @@ /** | ||
function getPlatformForEnv(env, source) { | ||
var github = new _github.GitHub(env["DANGER_GITHUB_API_TOKEN"], source); | ||
var github = new _GitHub.GitHub(env["DANGER_GITHUB_API_TOKEN"], source); | ||
return github; | ||
@@ -24,0 +24,0 @@ } |
{ | ||
"name": "danger", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Automate your culture", | ||
@@ -5,0 +5,0 @@ "main": "distribution/danger.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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