feat: bundle skill assets in npm package (#12)
- Add assets folder with all skill files (.claude, .cursor, .windsurf, .agent, .shared) - Simplify init command to copy from bundled assets instead of GitHub download - Remove --version option (version tied to npm package) - No more GitHub API rate limits - Works offline - Bump to v1.1.0 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
{
|
||||
"name": "uipro-cli",
|
||||
"version": "1.0.3",
|
||||
"version": "1.1.0",
|
||||
"description": "CLI to install UI/UX Pro Max skill for AI coding assistants",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
"uipro": "./dist/index.js"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
"assets"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "bun build src/index.ts --outdir dist --target node",
|
||||
"dev": "bun run src/index.ts",
|
||||
|
||||
Reference in New Issue
Block a user