pathname-match
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "pathname-match", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Strip a url to only match the `pathname`.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -19,3 +19,3 @@ # pathname-match | ||
const router = wayfarer({ default: '/' }) | ||
const router = wayfarer('/') | ||
@@ -22,0 +22,0 @@ router.on('/', => console.log('home')) |
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
3784