makeup-roving-tabindex
Advanced tools
Comparing version
@@ -24,3 +24,3 @@ 'use strict'; // requires NodeList.forEach polyfill for IE | ||
if (typeof window !== 'undefined') { | ||
if (typeof Element !== 'undefined') { | ||
require('nodelist-foreach-polyfill'); | ||
@@ -27,0 +27,0 @@ } // requires CustomEvent polyfill for IE |
{ | ||
"name": "makeup-roving-tabindex", | ||
"description": "Implements a roving tab index on given collection of elements", | ||
"version": "0.3.5", | ||
"version": "0.3.6", | ||
"main": "index.js", | ||
@@ -63,3 +63,3 @@ "repository": "https://github.com/makeup-js/makeup-roving-tabindex.git", | ||
"custom-event": "^1", | ||
"makeup-navigation-emitter": "~0.3.4", | ||
"makeup-navigation-emitter": "~0.3.5", | ||
"nodelist-foreach-polyfill": "^1" | ||
@@ -66,0 +66,0 @@ }, |
Sorry, the diff of this file is not supported yet
306071
3.14%