From 43dd49c9782848c25e5b03448c8a0f923f13c158 Mon Sep 17 00:00:00 2001 From: Kat Marchán Date: Tue, 29 Jan 2019 14:43:00 -0800 Subject: deps: upgrade npm to 6.7.0 PR-URL: https://github.com/nodejs/node/pull/25804 Reviewed-By: Myles Borins --- deps/npm/html/doc/files/npm-json.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'deps/npm/html/doc/files/npm-json.html') diff --git a/deps/npm/html/doc/files/npm-json.html b/deps/npm/html/doc/files/npm-json.html index bff086cf76..751bbebde9 100644 --- a/deps/npm/html/doc/files/npm-json.html +++ b/deps/npm/html/doc/files/npm-json.html @@ -54,7 +54,7 @@ plan to publish your package, the name and version fields are optional.

node-semver, which is bundled with npm as a dependency. (npm install semver to use it yourself.)

More on version numbers and ranges at semver(7).

-

description

+

description

Put a description in it. It's a string. This helps people discover your package, as it's listed in npm search.

keywords

@@ -230,25 +230,25 @@ few ways that you can indicate the structure of your package using a direc object. If you look at npm's package.json, you'll see that it has directories for doc, lib, and man.

In the future, this information may be used in other creative ways.

-

directories.lib

+

directories.lib

Tell people where the bulk of your library is. Nothing special is done with the lib folder in any way, but it's useful meta info.

-

directories.bin

+

directories.bin

If you specify a bin directory in directories.bin, all the files in that folder will be added.

Because of the way the bin directive works, specifying both a bin path and setting directories.bin is an error. If you want to specify individual files, use bin, and for all the files in an existing bin directory, use directories.bin.

-

directories.man

+

directories.man

A folder that is full of man pages. Sugar to generate a "man" array by walking the folder.

-

directories.doc

+

directories.doc

Put markdown files in here. Eventually, these will be displayed nicely, maybe, someday.

-

directories.example

+

directories.example

Put example scripts in here. Someday, it might be exposed in some clever way.

-

directories.test

+

directories.test

Put your tests in here. It is currently not exposed, but it might be in the future.

repository

@@ -574,5 +574,5 @@ ignored.

       - + -- cgit v1.2.3