@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.
@@ -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.com/docs/v2/platform/frequently-asked-questions#missing-build-script',
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.com/docs/v2/platform/frequently-asked-questions#missing-build-script',
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.1",
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": "4a8504fc45092dc4a374bf7a518bd9a07f24fd41"
52
+ "gitHead": "e7f524defba3bbf2db750dea3235e6699584c424"
53
53
  }