From f4f4f8b11e0a4203f9e2b7a9ccb7a1ffc9a4d921 Mon Sep 17 00:00:00 2001 From: Arun George Date: Tue, 8 Feb 2022 13:52:06 -0500 Subject: [PATCH] sigh forgot to pass arg --- create-cospace/index.js | 2 +- create-cospace/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/create-cospace/index.js b/create-cospace/index.js index edcc0dc..c502391 100644 --- a/create-cospace/index.js +++ b/create-cospace/index.js @@ -105,7 +105,7 @@ const run = async () => { checkPnpmInstalled(); if (input[0] === "init") { - await init(); + await init(input[1]); } else if (input[0] === "override") { await overridePnpm(); } else { diff --git a/create-cospace/package.json b/create-cospace/package.json index f87af53..57b609f 100644 --- a/create-cospace/package.json +++ b/create-cospace/package.json @@ -1,6 +1,6 @@ { "name": "create-cospace", - "version": "0.2.0", + "version": "0.2.1", "description": "Setup a `CoSpace` to link multiple (mono)repos together!", "author": "https://github.com/aruniverse", "repository": {