Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenichi Kamiya <kachick1@gmail.com>2022-07-11 23:25:30 +0300
committerGitHub <noreply@github.com>2022-07-11 23:25:30 +0300
commitda5a4ba2c83af9a7e5e0fe38c32136adf396f557 (patch)
tree8738ad40660cd73693c15dc5f951288a8ae2fc1b
parent9697f16952b1bf02bb5455c36a1995277cbc0c97 (diff)
docs: update reference to deprecated spdx package (#5079)
Just refer to the spec instead. Author describes the reason here: https://github.com/kemitchell/spdx.js/commit/616ce611bb8ba4271cc31cbec7d11468af852808
-rw-r--r--docs/content/configuring-npm/package-json.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/configuring-npm/package-json.md b/docs/content/configuring-npm/package-json.md
index 64081350a..826f10ce8 100644
--- a/docs/content/configuring-npm/package-json.md
+++ b/docs/content/configuring-npm/package-json.md
@@ -124,7 +124,7 @@ IDs](https://spdx.org/licenses/). Ideally you should pick one that is
If your package is licensed under multiple common licenses, use an [SPDX
license expression syntax version 2.0
-string](https://www.npmjs.com/package/spdx), like this:
+string](https://spdx.dev/specifications/), like this:
```json
{