magic-focus-finder
Advanced tools
Comparing version 2.12.0 to 2.12.1
{ | ||
"name": "magic-focus-finder", | ||
"version": "2.12.0", | ||
"version": "2.12.1", | ||
"description": "Intended to help keyboard navigation through html nodes.", | ||
"main": "source/main-browserify.js", | ||
"main": "./source/main-browserify.js", | ||
"scripts": { | ||
@@ -20,2 +20,6 @@ "test": "mocha-phantomjs test/index.html", | ||
"homepage": "https://github.com/Solid-Interactive/magic-focus-finder", | ||
"dependencies" : { | ||
"element-is-rendered": "^1.0.0", | ||
"lodash": "^3.10.1" | ||
}, | ||
"devDependencies": { | ||
@@ -25,5 +29,3 @@ "bluebird": "^2.9.13", | ||
"chai": "^2.1.0", | ||
"element-is-rendered": "^1.0.0", | ||
"express": "^4.12.2", | ||
"lodash": "^3.10.1", | ||
"mocha": "^2.3.4", | ||
@@ -30,0 +32,0 @@ "mocha-phantomjs": "^4.0.2", |
1517105
8
2
+ Addedelement-is-rendered@^1.0.0
+ Addedlodash@^3.10.1
+ Addedelement-is-rendered@1.0.0(transitive)
+ Addedlodash@3.10.1(transitive)