dasa-sradha-kit 5.0.0 → 5.0.1

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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "dasa-sradha-kit",
3
- "version": "5.0.0",
3
+ "version": "5.0.1",
4
4
  "description": "The Dasa Sradha 10-Persona Orchestration Framework for Antigravity IDE. Cross-platform CLI for setting up AI-assisted development workflows.",
5
5
  "bin": {
6
- "dasa-sradha": "./bin/cli.js",
7
- "dasa-cli": "./bin/dasa-cli.js"
6
+ "dasa-sradha": "bin/cli.js",
7
+ "dasa-cli": "bin/dasa-cli.js"
8
8
  },
9
9
  "scripts": {
10
10
  "test": "node bin/cli.js --version"
@@ -31,7 +31,7 @@
31
31
  },
32
32
  "repository": {
33
33
  "type": "git",
34
- "url": "https://github.com/TudeOrangBiasa/dasa-sradha-kit.git"
34
+ "url": "git+https://github.com/TudeOrangBiasa/dasa-sradha-kit.git"
35
35
  },
36
36
  "homepage": "https://github.com/TudeOrangBiasa/dasa-sradha-kit#readme"
37
37
  }