We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc33472 commit 11e9f46Copy full SHA for 11e9f46
tools/release/stage-release.ts
@@ -1,4 +1,4 @@
1
-import * as Octokit from '@octokit/rest';
+import {Octokit} from '@octokit/rest';
2
import * as chalk from 'chalk';
3
import {existsSync, readFileSync, writeFileSync} from 'fs';
4
import {join} from 'path';
0 commit comments