From 76ced06a54ce48dc6692807f2a3255767d9c6743 Mon Sep 17 00:00:00 2001 From: zyxkad Date: Mon, 23 Oct 2023 16:13:53 -0600 Subject: [PATCH] v1.1.1 --- index.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index de76f5d..a637f52 100644 --- a/index.js +++ b/index.js @@ -101,7 +101,7 @@ jspm_packages/ .yarn/install-state.gz .pnp.* ` - } + }, { path: "tsconfig.json", contents: { diff --git a/package.json b/package.json index 44d0d72..3a49d8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-glp", - "version": "1.1.0", + "version": "1.1.1", "description": "Create go liter plugin", "main": "index.js", "bin": "index.js",