roadmap-kit 1.0.0 → 1.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 (2) hide show
  1. package/INSTALL.md +1 -1
  2. package/package.json +2 -2
package/INSTALL.md CHANGED
@@ -355,4 +355,4 @@ cd dashboard && npm install
355
355
  ## Support
356
356
 
357
357
  - **Issues**: https://github.com/hacklet1101/roadmap-kit/issues
358
- - **Documentation**: https://roadmap.ink/docs
358
+ - **Documentation**: https://roadmap-kit.com/docs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "roadmap-kit",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "AI-powered project management for Vibe Coding. Track features, tasks, and technical debt with a visual dashboard.",
5
5
  "main": "cli.js",
6
6
  "type": "module",
@@ -47,7 +47,7 @@
47
47
  "url": "https://hacklet.es"
48
48
  },
49
49
  "license": "MIT",
50
- "homepage": "https://roadmap.ink",
50
+ "homepage": "https://roadmap-kit.com",
51
51
  "repository": {
52
52
  "type": "git",
53
53
  "url": "git+https://github.com/hacklet1101/roadmap-kit.git"