mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-10 04:22:12 +00:00
[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:
@@ -2,7 +2,7 @@
|
||||
"name": "@vercel/python",
|
||||
"version": "3.1.57",
|
||||
"main": "./dist/index.js",
|
||||
"license": "MIT",
|
||||
"license": "Apache-2.0",
|
||||
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/python",
|
||||
"files": [
|
||||
"dist",
|
||||
|
||||
Reference in New Issue
Block a user