Skip to content

Commit da5a4ba

Browse files
authored
docs: update reference to deprecated spdx package (#5079)
Just refer to the spec instead. Author describes the reason here: kemitchell/spdx.js@616ce61
1 parent 9697f16 commit da5a4ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/configuring-npm/package-json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ IDs](https://spdx.org/licenses/). Ideally you should pick one that is
124124

125125
If your package is licensed under multiple common licenses, use an [SPDX
126126
license expression syntax version 2.0
127-
string](https://www.npmjs.com/package/spdx), like this:
127+
string](https://spdx.dev/specifications/), like this:
128128

129129
```json
130130
{

0 commit comments

Comments
 (0)