bianco.dom-to-array
Advanced tools
Comparing version 0.0.8 to 0.0.9
{ | ||
"name": "bianco.dom-to-array", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Converts any DOM node/s to a loopable array", | ||
@@ -9,3 +9,3 @@ "main": "index.js", | ||
"scripts": { | ||
"prepublish": "npm run build && npm test", | ||
"prepare": "npm run build && npm test", | ||
"lint": "eslint index.next.js test.js rollup.config.js", | ||
@@ -40,5 +40,5 @@ "build": "rollup -c", | ||
"devDependencies": { | ||
"jsdom": "9.11.0", | ||
"jsdom-global": "2.1.1" | ||
"jsdom": "11.7.0", | ||
"jsdom-global": "3.0.2" | ||
} | ||
} |
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
5294