create-quilt-app
Advanced tools
Comparing version 0.1.11 to 0.1.12
# create-quilt-app | ||
## 0.1.12 | ||
### Patch Changes | ||
- [`4d3d0fa`](https://github.com/lemonmade/quilt/commit/4d3d0fadd1dc4eedd88198506d4f05f446180430) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix some type errors | ||
## 0.1.11 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "create-quilt-app", | ||
"type": "module", | ||
"version": "0.1.11", | ||
"version": "0.1.12", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -23,3 +23,3 @@ { | ||
"@quilted/typescript": "^0.2.0", | ||
"typescript": "^4.3.0" | ||
"typescript": "^4.6.0" | ||
}, | ||
@@ -26,0 +26,0 @@ "prettier": "@quilted/prettier", |
{ | ||
"extends": "../typescript/pkg.json", | ||
"extends": "@quilted/typescript/pkg.json", | ||
"compilerOptions": { | ||
@@ -4,0 +4,0 @@ "rootDir": "src", |
Sorry, the diff of this file is not supported yet
421240