[go][node][python][ruby] Remove @now/build-utils backwards compat hack (#6603)

`@now/build-utils` has not been published in a long time, so let's remove this logic.
This commit is contained in:
Nathan Rajlich
2021-08-17 08:29:52 -07:00
committed by GitHub
parent 288dca045c
commit 1dc05428d7
16 changed files with 17 additions and 95 deletions

View File

@@ -16,8 +16,6 @@ async function main() {
join(__dirname, 'src/index.ts'),
'-e',
'@vercel/build-utils',
'-e',
'@now/build-utils',
'-o',
outDir,
],