Skip to content

Commit

Permalink
Update Denoify
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed May 22, 2023
1 parent a285bbf commit e16d8a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit e16d8a0

Please sign in to comment.