create-quilt-app
Advanced tools
Comparing version 0.1.17 to 0.1.18
# create-quilt-app | ||
## 0.1.18 | ||
### Patch Changes | ||
- [#214](https://github.com/lemonmade/quilt/pull/214) [`70dc3a9a`](https://github.com/lemonmade/quilt/commit/70dc3a9a52cec86224017874520e0ec941b8b85f) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix polyfill package resolution | ||
## 0.1.17 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "create-quilt-app", | ||
"type": "module", | ||
"version": "0.1.17", | ||
"version": "0.1.18", | ||
"license": "MIT", | ||
@@ -22,3 +22,3 @@ "repository": { | ||
"fs-extra": "^10.0.0", | ||
"pkg-dir": "^5.0.0", | ||
"pkg-dir": "^6.0.0", | ||
"prompts": "^2.0.0" | ||
@@ -25,0 +25,0 @@ }, |
@@ -12,3 +12,3 @@ /* eslint no-console: off */ | ||
import color from 'colorette'; | ||
import pkgDir from 'pkg-dir'; | ||
import {packageDirectory} from 'pkg-dir'; | ||
@@ -89,5 +89,5 @@ const argv = arg({}); | ||
const packageRoot = await pkgDir( | ||
path.dirname(fileURLToPath(import.meta.url)), | ||
); | ||
const packageRoot = await packageDirectory({ | ||
cwd: path.dirname(fileURLToPath(import.meta.url)), | ||
}); | ||
@@ -94,0 +94,0 @@ const templateRoot = path.join(packageRoot!, 'template'); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
13
419578
10935