Comparing version 0.5.2 to 0.5.3
@@ -120,2 +120,4 @@ 'use strict'; | ||
} | ||
// no route matched | ||
} catch (err) { | ||
@@ -135,2 +137,4 @@ _didIteratorError = true; | ||
} | ||
console.error('No route found matching #' + fragment); | ||
} | ||
@@ -137,0 +141,0 @@ }, { |
@@ -76,2 +76,5 @@ // just the necessary bits of Backbone router+history | ||
} | ||
// no route matched | ||
console.error(`No route found matching #${fragment}`); | ||
} | ||
@@ -78,0 +81,0 @@ |
{ | ||
"name": "panel", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"description": "virtual-dom view management and routing", | ||
@@ -23,2 +23,6 @@ "main": "build/index.js", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/mixpanel/panel/issues" | ||
}, | ||
"homepage": "https://github.com/mixpanel/panel#readme", | ||
"dependencies": { | ||
@@ -25,0 +29,0 @@ "dom-delegator": "git://github.com/ilyakamens/dom-delegator.git#f49fffc94ad7343e0c5af3e6a79bea427c5ae94e", |
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
33842
732
0
1