@begit/core
Advanced tools
Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "@begit/core", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Blazingly fast tool for cloning git repositories, with no reliance on local `git`, or `tar` installs", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -6,3 +6,3 @@ # Begit | ||
```ts | ||
import { downloadAndExtract } from "@degit/core"; | ||
import { downloadAndExtract } from "@begit/core"; | ||
await downloadAndExtract({ | ||
@@ -9,0 +9,0 @@ repo: { |
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
5