ember-test-helpers
Advanced tools
Comparing version 0.5.27 to 0.5.28
@@ -63,2 +63,6 @@ /* globals global, self, requirejs, require */ | ||
if (Ember.ApplicationInstance && Ember.ApplicationInstance.setupRegistry) { | ||
Ember.ApplicationInstance.setupRegistry(registry); | ||
} | ||
// these properties are set on the fallback registry by `buildRegistry` | ||
@@ -65,0 +69,0 @@ // and on the primary registry within the ApplicationInstance constructor |
{ | ||
"name": "ember-test-helpers", | ||
"version": "0.5.27", | ||
"version": "0.5.28", | ||
"description": "Helpers for testing Ember.js applications", | ||
@@ -24,12 +24,12 @@ "main": "lib/ember-test-helpers.js", | ||
"devDependencies": { | ||
"broccoli-babel-transpiler": "^5.4.5", | ||
"broccoli-funnel": "^0.2.13", | ||
"broccoli-jshint": "^1.1.1", | ||
"broccoli-merge-trees": "^0.1.4", | ||
"broccoli-sourcemap-concat": "^0.4.3", | ||
"broccoli-babel-transpiler": "^5.5.0", | ||
"broccoli-funnel": "^0.2.15", | ||
"broccoli-jshint": "^1.1.2", | ||
"broccoli-merge-trees": "^0.2.4", | ||
"broccoli-sourcemap-concat": "^0.4.4", | ||
"ember-cli": "1.13.13", | ||
"ember-cli-release": "^1.0.0-beta.1", | ||
"ember-try": "^0.2.2", | ||
"ember-try": "0.2.2", | ||
"exists-sync": "0.0.3", | ||
"loader.js": "^4.0.4" | ||
"loader.js": "^4.0.10" | ||
}, | ||
@@ -36,0 +36,0 @@ "dependencies": { |
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
58947
1152