ember-source
Advanced tools
Comparing version 2.18.0-beta.2 to 2.18.0-beta.3
@@ -14,7 +14,11 @@ var fs = require('fs'); | ||
var dependencies = this.project.dependencies(); | ||
if ('ember-cli-qunit' in dependencies) { | ||
if ('ember-qunit' in dependencies || 'ember-cli-qunit' in dependencies) { | ||
type = 'qunit'; | ||
} else if ('ember-mocha' in dependencies) { | ||
type = 'mocha-0.12'; | ||
} else if ('ember-cli-mocha' in dependencies) { | ||
var checker = new VersionChecker({ root: this.project.root }); | ||
if (fs.existsSync(this.path + '/mocha-0.12-files') && checker.for('ember-cli-mocha', 'npm').satisfies('>=0.12.0')) { | ||
var checker = new VersionChecker(this.project); | ||
if (fs.existsSync(this.path + '/mocha-0.12-files') && checker.for('ember-cli-mocha', 'npm').gte('0.12.0')) { | ||
type = 'mocha-0.12'; | ||
@@ -24,2 +28,3 @@ } else { | ||
} | ||
} else { | ||
@@ -26,0 +31,0 @@ this.ui.writeLine('Couldn\'t determine test style - using QUnit'); |
{ | ||
"name": "ember", | ||
"version": "2.18.0-beta.2", | ||
"version": "2.18.0-beta.3", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/emberjs/ember.js", |
{ | ||
"name": "ember", | ||
"repo": "components/ember", | ||
"version": "2.18.0-beta.2", | ||
"version": "2.18.0-beta.3", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "homepage": "https://github.com/emberjs/ember.js", |
@@ -28,3 +28,3 @@ { | ||
}, | ||
"version": "2.18.0-beta.2" | ||
"version": "2.18.0-beta.3" | ||
} |
{ | ||
"name": "components-ember", | ||
"version": "2.18.0-beta.2", | ||
"version": "2.18.0-beta.3", | ||
"description": "Ember Application Framework", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
{ | ||
"name": "ember-source", | ||
"version": "2.18.0-beta.2", | ||
"version": "2.18.0-beta.3", | ||
"description": "A JavaScript framework for creating ambitious web applications", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
24988280
244533