makeup-focusables
Advanced tools
Comparing version 0.1.0 to 0.2.0
{ | ||
"dependencies":[ | ||
"require: ./index.js" | ||
"require: ./dist/index.js" | ||
] | ||
} |
{ | ||
"name": "makeup-focusables", | ||
"description": "Returns an array of all focusable descendants of the given element", | ||
"version": "0.1.0", | ||
"main": "index.js", | ||
"version": "0.2.0", | ||
"main": "dist/index.js", | ||
"repository": "https://github.com/makeup/makeup-js/tree/master/packages/makeup-focusables", | ||
@@ -10,3 +10,3 @@ "author": "Ian McBurnie <ianmcburnie@hotmail.com>", | ||
"scripts": { | ||
"compile": "babel src/index.js --out-file index.js", | ||
"compile": "babel src --out-dir dist", | ||
"clean": "rimraf *.log .DS_Store" | ||
@@ -22,3 +22,3 @@ }, | ||
"browser.json", | ||
"index.js", | ||
"dist/index.js", | ||
"package-lock.json" | ||
@@ -25,0 +25,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
4676
6
38