@browserbasehq/bb9
Advanced tools
Comparing version 1.0.15 to 1.0.16
@@ -42,2 +42,5 @@ #!/usr/bin/env node | ||
if (options.git) { | ||
execSync("git config --global init.defaultBranch main", { | ||
cwd: projectPath, | ||
}); | ||
execSync("git init", { cwd: projectPath }); | ||
@@ -44,0 +47,0 @@ execSync("git branch -M main", { cwd: projectPath }); |
{ | ||
"name": "@browserbasehq/bb9", | ||
"version": "1.0.15", | ||
"version": "1.0.16", | ||
"description": "", | ||
@@ -32,2 +32,3 @@ "main": "index.js", | ||
"cr": "changeset && pnpm run release", | ||
"start": "pnpm run build && node dist/index.js", | ||
"postbuild": "chmod +x ./dist/index.js", | ||
@@ -34,0 +35,0 @@ "changeset": "changeset", |
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
20990
267