component-fetch
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "component-fetch", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Install components from your GitHub repository aka shadcn for your UI library", | ||
@@ -12,3 +12,4 @@ "main": "dist/index.js", | ||
"build": "tsup src", | ||
"dev": "tsup src --watch" | ||
"dev": "tsup src --watch", | ||
"release": "release-please" | ||
}, | ||
@@ -39,4 +40,5 @@ "dependencies": { | ||
"typescript": "^4.9.5", | ||
"zod": "^3.24.1" | ||
"zod": "^3.24.1", | ||
"release-please": "^16.9.0" | ||
} | ||
} |
<div align="center"> | ||
<img src="docs/logo.png" alt="Component Fetch Logo" width="120" /> | ||
<img src="https://github.com/mrzmyr/component-fetch/blob/main/docs/logo.png" alt="Component Fetch Logo" width="120" /> | ||
@@ -4,0 +4,0 @@ <h1>Component Fetch</h1> |
723897
32
11