[all] Use correct "license" field in package.json (#9754)

Follow-up to #9696. Ensures that all packages in this repository have
the correct "license" field in their respective `package.json` files set
to "Apache-2.0", to match the `LICENSE` file at the root of the
repository.

The `LICENSE` file the authoritative source, so the "MIT" value was
incorrect. This change corrects the previous values and is not
considered a relicensing.
This commit is contained in:
Nathan Rajlich
2023-04-06 15:33:55 -07:00
committed by GitHub
parent 07a09b7880
commit ee4ba6ccbe
19 changed files with 20 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@vercel/static-build",
"version": "1.3.21",
"license": "MIT",
"license": "Apache-2.0",
"main": "./dist/index",
"homepage": "https://vercel.com/docs/build-step",
"files": [