@erickmerchant/framework
Advanced tools
Comparing version 41.0.1 to 41.1.0
@@ -62,3 +62,3 @@ const svgNamespace = 'http://www.w3.org/2000/svg' | ||
document.addEventListener(type, getListener(key)) | ||
document.addEventListener(type, getListener(key), {capture: true}) | ||
} | ||
@@ -65,0 +65,0 @@ } |
{ | ||
"name": "@erickmerchant/framework", | ||
"version": "41.0.1", | ||
"version": "41.1.0", | ||
"description": "A front-end framework.", | ||
@@ -31,11 +31,6 @@ "homepage": "https://github.com/erickmerchant/framework#readme", | ||
"devDependencies": { | ||
"@babel/core": "^7.12.9", | ||
"@babel/eslint-parser": "^7.12.1", | ||
"@erickmerchant/eslint-config": "^2.0.0", | ||
"@erickmerchant/prettier-config": "^1.2.0", | ||
"delay": "^4.4.0", | ||
"eslint": "^7.14.0", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"jsdom": "^16.4.0", | ||
"prettier": "^2.2.0", | ||
"uvu": "^0.5.0" | ||
@@ -42,0 +37,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
5
19232