-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: use https when possible. (npm#7)
- Loading branch information
Showing
9 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,9 +15,9 @@ used by the test, start, restart, and stop commands, but can be called | |
directly, as well. When the scripts in the package are printed out, they're | ||
separated into lifecycle (test, start, restart) and directly-run scripts. | ||
|
||
As of [`[email protected]`](http://blog.npmjs.org/post/98131109725/npm-2-0-0), you can | ||
As of [`[email protected]`](https://blog.npmjs.org/post/98131109725/npm-2-0-0), you can | ||
use custom arguments when executing scripts. The special option `--` is used by | ||
[getopt](http://goo.gl/KxMmtG) to delimit the end of the options. npm will pass | ||
[getopt](https://goo.gl/KxMmtG) to delimit the end of the options. npm will pass | ||
all the arguments after the `--` directly to your script: | ||
|
||
npm run test -- --grep="pattern" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ This runs an arbitrary command specified in the package's `"start"` property of | |
its `"scripts"` object. If no `"start"` property is specified on the | ||
`"scripts"` object, it will run `node server.js`. | ||
|
||
As of [`[email protected]`](http://blog.npmjs.org/post/98131109725/npm-2-0-0), you can | ||
As of [`[email protected]`](https://blog.npmjs.org/post/98131109725/npm-2-0-0), you can | ||
use custom arguments when executing scripts. Refer to npm-run-script(1) for | ||
more details. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -140,7 +140,7 @@ reproduction to report. | |
|
||
[Isaac Z. Schlueter](http://blog.izs.me/) :: | ||
[isaacs](https://github.com/isaacs/) :: | ||
[@izs](http://twitter.com/izs) :: | ||
[@izs](https://twitter.com/izs) :: | ||
<[email protected]> | ||
|
||
## SEE ALSO | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -102,8 +102,8 @@ here to help.** | |
|
||
If you think another npm publisher is infringing your trademark, such as by | ||
using a confusingly similar package name, email <[email protected]> with a link to | ||
the package or user account on [https://npmjs.com](https://npmjs.com). Attach a | ||
copy of your trademark registration certificate. | ||
the package or user account on [https://www.npmjs.com/](https://www.npmjs.com/). | ||
Attach a copy of your trademark registration certificate. | ||
|
||
If we see that the package's publisher is intentionally misleading others by | ||
misusing your registered mark without permission, we will transfer the package | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters