create-teact 0.1.0-alpha.11 → 0.1.0-alpha.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/generate.ts +1 -1
- package/package.json +1 -1
package/lib/generate.ts
CHANGED
|
@@ -9,7 +9,7 @@ function asset(name: string): string {
|
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
/** Published @teactjs/* version range for generated package.json */
|
|
12
|
-
export const TEACT_PEER_VERSION = '^0.1.0-alpha.
|
|
12
|
+
export const TEACT_PEER_VERSION = '^0.1.0-alpha.12';
|
|
13
13
|
|
|
14
14
|
export type TemplateId = 'empty' | 'counter' | 'starter' | 'showcase';
|
|
15
15
|
|