@vercel/build-utils
Advanced tools
Comparing version 2.4.1-canary.1 to 2.4.1-canary.2
@@ -322,3 +322,3 @@ "use strict"; | ||
} | ||
if (framework === 'nextjs') { | ||
if (framework === 'nextjs' || framework === 'blitzjs') { | ||
return { src: 'package.json', use: `@vercel/next${withTag}`, config }; | ||
@@ -325,0 +325,0 @@ } |
{ | ||
"name": "@vercel/build-utils", | ||
"version": "2.4.1-canary.1", | ||
"version": "2.4.1-canary.2", | ||
"license": "MIT", | ||
@@ -51,3 +51,3 @@ "main": "./dist/index.js", | ||
}, | ||
"gitHead": "c2ff95714f9dba66d022280891363d6ac5927d5e" | ||
"gitHead": "5380c12569579ff1aba0d2aee54e10016cb12a5d" | ||
} |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1245028