dom-event-helpers
Advanced tools
Comparing version 0.2.0 to 0.3.0
import off from './src/off'; | ||
import on from './src/on'; | ||
import ready from './src/ready'; | ||
export {off, on}; | ||
export {off, on, ready}; |
{ | ||
"name": "dom-event-helpers", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "Super tiny DOM event helpers.", | ||
@@ -5,0 +5,0 @@ "repository": "git@github.com:jsor/dom-event-helpers.git", |
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
17
97
30115