From e16d8a0dd769afd25056370229b2b107dffad676 Mon Sep 17 00:00:00 2001 From: garronej Date: Mon, 22 May 2023 05:35:54 +0200 Subject: [PATCH] Update Denoify --- .github/workflows/ci.yaml | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5aaeb74..a57a62e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -105,8 +105,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - npx -y -p denoify@1.4.8 enable_short_npm_import_path - npx -y -p denoify@1.4.8 remove_deno_dist_from_gitignore + npx -y -p denoify@1.5.2 enable_short_npm_import_path + npx -y -p denoify@1.5.2 remove_deno_dist_from_gitignore env: DRY_RUN: "0" - run: | diff --git a/package.json b/package.json index 024a585..b6f1b0b 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tsafe", - "version": "1.6.3", + "version": "1.6.4-rc.0", "description": "A collection of utilities to step up your TypeScript game", "repository": { "type": "git",