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
path: root/doc
diff options
context:
space:
mode:
authorKyle Mitchell <kyle@kemitchell.com>2016-01-20 10:26:41 +0300
committerRebecca Turner <me@re-becca.org>2016-01-29 01:58:46 +0300
commitcb9df5a37091e06071d8704b629e7ebaa41c37fe (patch)
treefad14a0511e2a6d7ed0afdbcbec1aa85ba4d11d1 /doc
parent39dea9ca4216c6ea628f5ca47d2b34a4b251a1ed (diff)
docs: do not call magic license values SPDX expressions
PR-URL: https://github.com/npm/npm/pull/11215 Credit: @kemitchell Reviewed-By: @iarna
Diffstat (limited to 'doc')
-rw-r--r--doc/files/package.json.md2
1 files changed, 1 insertions, 1 deletions
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 <filename>" }