create-quilt-app
Advanced tools
Comparing version 0.1.19 to 0.1.20
# create-quilt-app | ||
## 0.1.20 | ||
### Patch Changes | ||
- [`e3d57269`](https://github.com/lemonmade/quilt/commit/e3d57269978f88af2b72639c5ad054669b57a169) Thanks [@lemonmade](https://github.com/lemonmade)! - Clean up package bundle declaration | ||
## 0.1.19 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "create-quilt-app", | ||
"type": "module", | ||
"version": "0.1.19", | ||
"version": "0.1.20", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -6,3 +6,3 @@ import {createPackage, quiltPackage, Runtime} from '@quilted/craft'; | ||
pkg.binary({name: 'create-quilt-app', source: './src/index'}); | ||
pkg.use(quiltPackage({bundleNode: true})); | ||
pkg.use(quiltPackage({build: {bundle: true}})); | ||
}); |
Sorry, the diff of this file is not supported yet
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
412507