@browserbasehq/bb9
Advanced tools
Comparing version 1.0.1 to 1.0.3
@@ -170,3 +170,3 @@ #!/usr/bin/env node | ||
program | ||
.name("create-my-app") | ||
.name("bb9") | ||
.description("CLI to scaffold a new TypeScript application") | ||
@@ -173,0 +173,0 @@ .version("1.0.0") |
{ | ||
"name": "@browserbasehq/bb9", | ||
"version": "1.0.1", | ||
"version": "1.0.3", | ||
"description": "", | ||
@@ -33,4 +33,4 @@ "main": "index.js", | ||
"version": "changeset version", | ||
"release": "npm run build && changeset publish" | ||
"release": "pnpm run version && pnpm run build && changeset publish" | ||
} | ||
} |
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
7628