@unlaxer/dxe-suite 0.1.4 → 0.1.6
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.
- package/bin/dxe.js +1 -1
- package/package.json +2 -2
package/bin/dxe.js
CHANGED
|
@@ -93,7 +93,7 @@ if (command === 'install') {
|
|
|
93
93
|
const tk = TOOLKITS[name];
|
|
94
94
|
if (!tk) { console.error(M.unknownToolkit(name)); process.exit(1); }
|
|
95
95
|
console.log(M.installing(name.toUpperCase()));
|
|
96
|
-
run(`npm install ${tk.pkg}`);
|
|
96
|
+
run(`npm install ${tk.pkg}@latest`);
|
|
97
97
|
run(`npx ${tk.install} --lang=${lang}`);
|
|
98
98
|
installed.push(tk);
|
|
99
99
|
}
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unlaxer/dxe-suite",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
4
4
|
"description": "DxE Suite — DGE / DDE / DRE toolkit を一括インストール・管理するスイートパッケージ",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
|
-
"url": "https://github.com/
|
|
8
|
+
"url": "https://github.com/opaopa6969/DxE-suite"
|
|
9
9
|
},
|
|
10
10
|
"keywords": [
|
|
11
11
|
"claude-code",
|