summaryrefslogtreecommitdiff
path: root/deps/npm/doc/files/package.json.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/doc/files/package.json.md')
-rw-r--r--deps/npm/doc/files/package.json.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/doc/files/package.json.md b/deps/npm/doc/files/package.json.md
index 33f3011641..193caa9240 100644
--- a/deps/npm/doc/files/package.json.md
+++ b/deps/npm/doc/files/package.json.md
@@ -144,7 +144,7 @@ Those styles are now deprecated. Instead, use SPDX expressions, like this:
Finally, if you do not wish to grant others the right to use a private or
unpublished package under any terms:
- { "license": "UNLICENSED"}
+ { "license": "UNLICENSED" }
Consider also setting `"private": true` to prevent accidental publication.