create-quilt-app
Advanced tools
Comparing version 0.1.9 to 0.1.10
# create-quilt-app | ||
## 0.1.10 | ||
### Patch Changes | ||
- [`240906c`](https://github.com/lemonmade/quilt/commit/240906ccba6265474c0e50df89f25c5e1844fc60) Thanks [@lemonmade](https://github.com/lemonmade)! - Add --projects flag to sewing-kit commands | ||
## 0.1.9 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "create-quilt-app", | ||
"type": "module", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -1,6 +0,6 @@ | ||
import {createApp, quiltApp} from '@quilted/craft'; | ||
import {createApp, quiltApp, quiltWorkspace} from '@quilted/craft'; | ||
export default createApp((app) => { | ||
app.entry('./app'); | ||
app.use(quiltApp()); | ||
app.use(quiltWorkspace(), quiltApp()); | ||
}); |
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
599360