Skip to content

Commit cff403c

Browse files
authored
Merge pull request #80 from mixmaxhq/eli/fix-warning
fix: use non-deprecated import for octokit
2 parents fc41d2b + 5cc10d0 commit cff403c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build-squash-commit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const execa = require('execa');
2-
const Octokit = require('@octokit/rest');
2+
const { Octokit } = require('@octokit/rest');
33
const hostedGitInfo = require('hosted-git-info');
44
const { version } = require('../package.json');
55
const { getReleaseConfig } = require('./utils');

0 commit comments

Comments
 (0)