Skip to content

Commit ec3cd36

Browse files
committed
Update packages meta
1 parent dc3dc94 commit ec3cd36

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

programs/cli/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
},
3636
"publishConfig": {
3737
"access": "public",
38-
"registry": "https://registry.npmjs.org"
38+
"registry": "https://registry.npmjs.org",
39+
"tag": "latest"
3940
},
4041
"scripts": {
4142
"watch": "rslib build --watch",

programs/create/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
},
3131
"publishConfig": {
3232
"access": "public",
33-
"registry": "https://registry.npmjs.org"
33+
"registry": "https://registry.npmjs.org",
34+
"tag": "latest"
3435
},
3536
"scripts": {
3637
"clean": "rm -rf dist",
@@ -63,6 +64,8 @@
6364
"edge-extension"
6465
],
6566
"dependencies": {
67+
"adm-zip": "^0.5.12",
68+
"axios": "^1.7.2",
6669
"cross-spawn": "^7.0.6",
6770
"go-git-it": "^5.0.0",
6871
"package-manager-detector": "^0.2.7",

programs/develop/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
},
3131
"publishConfig": {
3232
"access": "public",
33-
"registry": "https://registry.npmjs.org"
33+
"registry": "https://registry.npmjs.org",
34+
"tag": "latest"
3435
},
3536
"scripts": {
3637
"pretest": "pnpm -w --filter extension --filter extension-develop compile",

0 commit comments

Comments
 (0)