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",