create-app
Advanced tools
Comparing version 2.0.12 to 2.0.13
@@ -70,3 +70,3 @@ /* | ||
export type Settings = Partial<{ | ||
export type Settings = HistoryOptions & Partial<{ | ||
container: string | HTMLElement | ||
@@ -73,0 +73,0 @@ basename: string |
{ | ||
"name": "create-app", | ||
"version": "2.0.12", | ||
"version": "2.0.13", | ||
"description": "configuring once, rendering both client and server.", | ||
@@ -5,0 +5,0 @@ "main": "index.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
40938