a11y-dialog
Advanced tools
Comparing version 2.0.3 to 2.1.0
@@ -97,3 +97,7 @@ (function (global) { | ||
global.A11yDialog = A11yDialog; | ||
if (typeof module !== 'undefined' && typeof module.exports !== 'undefined') { | ||
module.exports = A11yDialog; | ||
} else { | ||
global.A11yDialog = A11yDialog; | ||
} | ||
}(window)); |
{ | ||
"name": "a11y-dialog", | ||
"version": "2.0.3", | ||
"version": "2.1.0", | ||
"description": "A tiny script to make dialog windows accessible to assistive technology users.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/edenspiekermann/a11y-dialog", |
@@ -157,3 +157,3 @@ # A11y Dialog | ||
[CasperJS](http://casperjs.org) is being used to run browser tests. CasperJS has some [dependencies](http://docs.casperjs.org/en/latest/installation.html#prerequisites) that have to be installed manually. Be sure to satisfy them before running the tests. | ||
[Mocha](https://mochajs.org/) and [expect.js](https://github.com/Automattic/expect.js) are used to run browser tests. | ||
@@ -160,0 +160,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
85
11644