nicholas-wp
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -22,2 +22,7 @@ import { Url } from 'nicholas-router' | ||
// Bail if url is an asset | ||
if ( url.pathname.includes( '.' ) ) { | ||
return acc | ||
} | ||
// If local, bail | ||
@@ -24,0 +29,0 @@ if ( !url.isLocal() ) { |
{ | ||
"name": "nicholas-wp", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "WordPress support for Nicholas nearly headless theme framework", | ||
@@ -5,0 +5,0 @@ "main": "fetch.js", |
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
16418
399