| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent df1ff8e commit 65ca41c
509 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -160,7 +160,7 @@ <h3 id="description">Description</h3> | |||
| 160 | 160 | the results to only the paths to the packages named. Note that nested | |
| 161 | 161 | packages will <em>also</em> show the paths to the specified packages. For | |
| 162 | 162 | example, running <code>npm ls promzard</code> in npm's source tree will show:</p> | |
| 163 | - <pre><code class="language-bash">npm@9.8.1 /path/to/npm | ||
| 163 | + <pre><code class="language-bash">npm@10.0.0 /path/to/npm | ||
| 164 | 164 | └─┬ init-package-json@0.0.4 | |
| 165 | 165 | └── promzard@0.1.5 | |
| 166 | 166 | </code></pre> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -346,7 +346,6 @@ <h2 id="see-also">See Also</h2> | |||
| 346 | 346 | <li><a href="../commands/npm-install.html">npm install</a></li> | |
| 347 | 347 | <li><a href="../commands/npm-init.html">npm init</a></li> | |
| 348 | 348 | <li><a href="../commands/npm-config.html">npm config</a></li> | |
| 349 | - <li><a href="../commands/npm-set-script.html">npm set-script</a></li> | ||
| 350 | 349 | <li><a href="../using-npm/workspaces.html">workspaces</a></li> | |
| 351 | 350 | </ul></div> | |
| 352 | 351 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -150,7 +150,7 @@ <h2 id="table-of-contents">Table of contents</h2> | |||
| 150 | 150 | </code></pre> | |
| 151 | 151 | <p>Note: This command is unaware of workspaces.</p> | |
| 152 | 152 | <h3 id="version">Version</h3> | |
| 153 | - <p>9.8.1</p> | ||
| 153 | + <p>10.0.0</p> | ||
| 154 | 154 | <h3 id="description">Description</h3> | |
| 155 | 155 | <p>npm is the package manager for the Node JavaScript platform. It puts | |
| 156 | 156 | modules in place so that node can find them, and manages dependency | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -211,8 +211,10 @@ <h3 id="bugs">bugs</h3> | |||
| 211 | 211 | issues with your package.</p> | |
| 212 | 212 | <p>It should look like this:</p> | |
| 213 | 213 | <pre><code class="language-json">{ | |
| 214 | - "url" : "https://github.com/owner/project/issues", | ||
| 215 | - "email" : "project@hostname.com" | ||
| 214 | + "bugs": { | ||
| 215 | + "url": "https://github.com/owner/project/issues", | ||
| 216 | + "email": "project@hostname.com" | ||
| 217 | + } | ||
| 216 | 218 | } | |
| 217 | 219 | </code></pre> | |
| 218 | 220 | <p>You can specify either one or both values. If you want to provide only a | |
@@ -359,6 +361,7 @@ <h3 id="files">files</h3> | |||
| 359 | 361 | <li><code>README</code></li> | |
| 360 | 362 | <li><code>LICENSE</code> / <code>LICENCE</code></li> | |
| 361 | 363 | <li>The file in the "main" field</li> | |
| 364 | + <li>The file(s) in the "bin" field</li> | ||
| 362 | 365 | </ul> | |
| 363 | 366 | <p><code>README</code> & <code>LICENSE</code> can have any case and extension.</p> | |
| 364 | 367 | <p>Conversely, some files are always ignored:</p> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments