Comparing version 0.4.2 to 0.4.3
{ | ||
"name": "panel", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"description": "virtual-dom view management and routing", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
@@ -28,3 +28,3 @@ # panel | ||
new CounterApp('app', {$screen: 'about', counter: 1}).start(); | ||
new CounterApp('app', {$screen: 'counter', counter: 1}).start(); | ||
``` | ||
@@ -31,0 +31,0 @@ ```jade |
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
22239