diff options
Diffstat (limited to 'scripts/stats/index.js')
-rw-r--r-- | scripts/stats/index.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/stats/index.js b/scripts/stats/index.js index 659df2f2b..eb37aa722 100644 --- a/scripts/stats/index.js +++ b/scripts/stats/index.js @@ -1,7 +1,6 @@ // @ts-check import { Octokit } from '@octokit/action'; -import { execSync } from 'child_process'; -import { readFileSync, writeFileSync } from 'fs'; +import { readFileSync, writeFileSync } from 'node:fs'; const octokit = new Octokit(); const owner = 'snowpackjs'; |