codesandbox-import-util-types
Advanced tools
Comparing version 1.2.3 to 1.2.8
@@ -25,9 +25,9 @@ export interface IModule { | ||
export type ITemplate = | ||
| 'vue-cli' | ||
| 'preact-cli' | ||
| 'svelte' | ||
| 'create-react-app-typescript' | ||
| 'create-react-app' | ||
| 'angular-cli' | ||
| 'parcel'; | ||
| "vue-cli" | ||
| "preact-cli" | ||
| "svelte" | ||
| "create-react-app-typescript" | ||
| "create-react-app" | ||
| "angular-cli" | ||
| "parcel"; | ||
@@ -34,0 +34,0 @@ export interface ISandbox { |
{ | ||
"name": "codesandbox-import-util-types", | ||
"version": "1.2.3" | ||
"version": "1.2.8" | ||
} |