@winjs-dev/create-win 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.
package/dist/index.js CHANGED
@@ -268,9 +268,8 @@ var src_default = async ({
268
268
  if (isPnpm8) {
269
269
  await installWithPnpm8(target);
270
270
  } else {
271
- const isYarn = npmClient === "yarn" /* yarn */;
272
271
  try {
273
- await execute(npmClient, [isYarn ? "" : "install"], {
272
+ await execute(npmClient, ["install"], {
274
273
  cwd: target,
275
274
  onData: (data) => {
276
275
  installTask.text = data;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@winjs-dev/create-win",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "@winjs-dev/create-win",
5
5
  "keywords": [
6
6
  "WinJS",
@@ -20,7 +20,7 @@
20
20
  "dependencies": {
21
21
  "@winner-fed/cloud-utils": "^2.0.1",
22
22
  "@winner-fed/magicless": "*",
23
- "@winner-fed/winjs": "{{{ version }}}"
23
+ "@winner-fed/winjs": "*"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@winner-fed/plugin-request": "^1.0.1",
@@ -20,7 +20,7 @@
20
20
  "dependencies": {
21
21
  "@winner-fed/cloud-utils": "^2.0.1",
22
22
  "@winner-fed/magicless": "*",
23
- "@winner-fed/winjs": "{{{ version }}}"
23
+ "@winner-fed/winjs": "*"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@winner-fed/plugin-request": "^1.0.1",
@@ -18,7 +18,7 @@
18
18
  "dist"
19
19
  ],
20
20
  "devDependencies": {
21
- "@winner-fed/winjs": "{{{ version }}}",
21
+ "@winner-fed/winjs": "*",
22
22
  "father": "^4.1.8",
23
23
  "@types/node": "^18.15.11",
24
24
  "typescript": "^5.0.3"
@@ -13,7 +13,7 @@
13
13
  "preview": "win preview"
14
14
  },
15
15
  "dependencies": {
16
- "@winner-fed/winjs": "{{{ version }}}"
16
+ "@winner-fed/winjs": "*"
17
17
  },
18
18
  "devDependencies": {
19
19
  "typescript": "^5.0.3"