From da5a4ba2c83af9a7e5e0fe38c32136adf396f557 Mon Sep 17 00:00:00 2001 From: Kenichi Kamiya Date: Tue, 12 Jul 2022 05:25:30 +0900 Subject: [PATCH] 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 --- docs/content/configuring-npm/package-json.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/configuring-npm/package-json.md b/docs/content/configuring-npm/package-json.md index 64081350af271..826f10ce82531 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 {