@roboticela/devkit 1.0.2 → 1.0.5

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 +3 -3
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@roboticela/devkit",
3
- "version": "1.0.2",
3
+ "version": "1.0.5",
4
4
  "description": "Roboticela DevKit CLI — scaffold, extend, and theme full-stack projects with one command",
5
5
  "type": "module",
6
6
  "bin": {
7
- "devkit": "./dist/index.js"
7
+ "devkit": "dist/index.js"
8
8
  },
9
9
  "scripts": {
10
10
  "dev": "tsx src/index.ts",
@@ -27,7 +27,7 @@
27
27
  "license": "MIT",
28
28
  "repository": {
29
29
  "type": "git",
30
- "url": "https://github.com/Roboticela/devkit-cli"
30
+ "url": "git+https://github.com/Roboticela/DevKit.git"
31
31
  },
32
32
  "engines": {
33
33
  "node": ">=20"