@charlietango/use-focus-trap
Advanced tools
Comparing version 1.2.5 to 1.2.6
@@ -6,2 +6,6 @@ # Change Log | ||
## [1.2.6](https://github.com/charlie-tango/hooks/compare/@charlietango/use-focus-trap@1.2.5...@charlietango/use-focus-trap@1.2.6) (2019-11-13) | ||
**Note:** Version bump only for package @charlietango/use-focus-trap | ||
## [1.2.5](https://github.com/charlie-tango/hooks/compare/@charlietango/use-focus-trap@1.2.4...@charlietango/use-focus-trap@1.2.5) (2019-10-03) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@charlietango/use-focus-trap", | ||
"description": "Trap keyboard focus inside a DOM element, to prevent the user navigating outside a modal", | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"private": false, | ||
@@ -31,5 +31,2 @@ "sideEffects": false, | ||
}, | ||
"babel": { | ||
"extends": "../../.babelrc" | ||
}, | ||
"jest": { | ||
@@ -45,3 +42,3 @@ "preset": "../../jest.config.js" | ||
}, | ||
"gitHead": "8629ccbb8557478722b24d3b4c4de2332199e150" | ||
"gitHead": "81b33fc1196945b876e3b88afb2c883e4bc9a3f3" | ||
} |
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
17882