@vercel/build-utils 2.15.1 → 2.15.2-canary.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/detect-builders.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/detect-builders.js
CHANGED
@@ -378,7 +378,7 @@ function getMissingBuildScriptError() {
|
|
378
378
|
return {
|
379
379
|
code: 'missing_build_script',
|
380
380
|
message: 'Your `package.json` file is missing a `build` property inside the `scripts` property.' +
|
381
|
-
'\nLearn More: https://vercel.
|
381
|
+
'\nLearn More: https://vercel.link/missing-build-script',
|
382
382
|
};
|
383
383
|
}
|
384
384
|
function validateFunctions({ functions = {} }) {
|
package/dist/index.js
CHANGED
@@ -33162,7 +33162,7 @@ function getMissingBuildScriptError() {
|
|
33162
33162
|
return {
|
33163
33163
|
code: 'missing_build_script',
|
33164
33164
|
message: 'Your `package.json` file is missing a `build` property inside the `scripts` property.' +
|
33165
|
-
'\nLearn More: https://vercel.
|
33165
|
+
'\nLearn More: https://vercel.link/missing-build-script',
|
33166
33166
|
};
|
33167
33167
|
}
|
33168
33168
|
function validateFunctions({ functions = {} }) {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@vercel/build-utils",
|
3
|
-
"version": "2.15.
|
3
|
+
"version": "2.15.2-canary.0",
|
4
4
|
"license": "MIT",
|
5
5
|
"main": "./dist/index.js",
|
6
6
|
"types": "./dist/index.d.js",
|
@@ -49,5 +49,5 @@
|
|
49
49
|
"typescript": "4.3.4",
|
50
50
|
"yazl": "2.4.3"
|
51
51
|
},
|
52
|
-
"gitHead": "
|
52
|
+
"gitHead": "e7f524defba3bbf2db750dea3235e6699584c424"
|
53
53
|
}
|