Comparing version 0.0.0-beta.f068b42 to 0.0.0-beta.fec42fe
# @shadcn/ui | ||
## 0.0.3 | ||
### Patch Changes | ||
- [#115](https://github.com/shadcn/ui/pull/115) [`92fe541`](https://github.com/shadcn/ui/commit/92fe54184b5e9b5ac7259829436d7786a52606b3) Thanks [@shadcn](https://github.com/shadcn)! - Initial commit. | ||
- [#115](https://github.com/shadcn/ui/pull/115) [`92fe541`](https://github.com/shadcn/ui/commit/92fe54184b5e9b5ac7259829436d7786a52606b3) Thanks [@shadcn](https://github.com/shadcn)! - implement component base url | ||
## 0.0.2 | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "@shadcn/ui", | ||
"version": "0.0.0-beta.f068b42", | ||
"version": "0.0.0-beta.fec42fe", | ||
"description": "Add @shadcn/ui components to your app.", | ||
@@ -53,2 +53,3 @@ "publishConfig": { | ||
"clean": "rimraf dist && rimraf components", | ||
"start:dev": "cross-env COMPONENTS_BASE_URL=http://localhost:3000 node dist/index.js", | ||
"start": "node dist/index.js", | ||
@@ -55,0 +56,0 @@ "format:write": "prettier --write \"**/*.{ts,tsx,mdx}\" --cache", |
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
21215