Skip to content

Commit

Permalink
Update update-git.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
niik committed May 23, 2024
1 parent 94552db commit bc8e7cb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions script/update-git.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
import path from 'path'
import crypto from 'crypto'
import ChildProcess from 'child_process'
import { Octokit, RestEndpointMethodTypes } from '@octokit/rest'
import semver from 'semver'
import { updateGitDependencies } from './lib/dependencies'
import yargs from 'yargs'
import fetch from 'node-fetch'
import { fetchAssetChecksum } from './fetch-asset-checksum'

process.on('unhandledRejection', reason => {
Expand Down

0 comments on commit bc8e7cb

Please sign in to comment.