ember-responds-to
Advanced tools
Comparing version 1.1.0 to 1.2.0
{ | ||
"name": "ember-responds-to", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Ember mixins for browser event handling.", | ||
@@ -22,3 +22,3 @@ "directories": { | ||
"broccoli-asset-rev": "^2.0.2", | ||
"ember-cli": "0.2.7", | ||
"ember-cli": "1.13.15", | ||
"ember-cli-app-version": "0.3.3", | ||
@@ -29,3 +29,3 @@ "ember-cli-content-security-policy": "0.4.0", | ||
"ember-cli-htmlbars-inline-precompile": "0.3.1", | ||
"ember-cli-ic-ajax": "0.1.1", | ||
"ember-cli-ic-ajax": "0.2.4", | ||
"ember-cli-inject-live-reload": "^1.3.0", | ||
@@ -35,5 +35,6 @@ "ember-cli-qunit": "0.3.13", | ||
"ember-data": "1.0.0-beta.18", | ||
"ember-disable-prototype-extensions": "^1.0.0", | ||
"ember-disable-proxy-controllers": "^1.0.0", | ||
"ember-export-application-global": "^1.0.2", | ||
"ember-disable-prototype-extensions": "^1.0.0", | ||
"ember-sinon": "0.3.0", | ||
"ember-try": "0.0.6" | ||
@@ -45,3 +46,3 @@ }, | ||
"dependencies": { | ||
"ember-cli-babel": "^5.0.0" | ||
"ember-cli-babel": "^5.1.6" | ||
}, | ||
@@ -48,0 +49,0 @@ "ember-addon": { |
@@ -64,1 +64,8 @@ # Ember-responds-to | ||
``` | ||
## In CI | ||
If you use `phantomjs` for testing you need to include a polyfill for `requestAnimationFrame`. To do so, add the file at https://gist.github.com/paulirish/1579671 to `vendor/` and add the following line to your `ember-cli-build.js`. | ||
``` | ||
app.import('vendor/rAF.js', { type: 'test' }); | ||
``` |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
10258
14
189
71
17
1
Updatedember-cli-babel@^5.1.6