From cb9df5a37091e06071d8704b629e7ebaa41c37fe Mon Sep 17 00:00:00 2001 From: Kyle Mitchell Date: Tue, 19 Jan 2016 23:26:41 -0800 Subject: docs: do not call magic license values SPDX expressions PR-URL: https://github.com/npm/npm/pull/11215 Credit: @kemitchell Reviewed-By: @iarna --- doc/files/package.json.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/files/package.json.md b/doc/files/package.json.md index 4b278e132..cebcc29b7 100644 --- a/doc/files/package.json.md +++ b/doc/files/package.json.md @@ -113,7 +113,7 @@ expression syntax version 2.0 string](https://npmjs.com/package/spdx), like this { "license" : "(ISC OR GPL-3.0)" } If you are using a license that hasn't been assigned an SPDX identifier, or if -you are using a custom license, use the following valid SPDX expression: +you are using a custom license, use a string value like this one: { "license" : "SEE LICENSE IN " } -- cgit v1.2.3