@meltstudio/meltctl 1.7.0 → 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +6 -1
package/README.md CHANGED
@@ -5,7 +5,7 @@ CLI tool for Melt's AI-assisted development workflow. Initialize projects with C
5
5
  ## 🚀 Quick Start
6
6
 
7
7
  ```bash
8
- # Install globally
8
+ # Install globally via npm
9
9
  npm install -g @meltstudio/meltctl
10
10
 
11
11
  # Initialize your project
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meltstudio/meltctl",
3
- "version": "1.7.0",
3
+ "version": "2.0.2",
4
4
  "description": "CLI tool for Melt development process automation - initialize and update project configurations",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -17,6 +17,11 @@
17
17
  "registry": "https://registry.npmjs.org/",
18
18
  "access": "public"
19
19
  },
20
+ "repository": {
21
+ "type": "git",
22
+ "url": "https://github.com/MeltStudio/melt-development-prompts.git",
23
+ "directory": "packages/cli"
24
+ },
20
25
  "scripts": {
21
26
  "build": "tsc",
22
27
  "dev": "tsx src/index.ts",