File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -260,8 +260,8 @@ Scripts are run by passing the line as a script argument to `sh`.
260
260
If the script exits with a code other than 0, then this will abort the
261
261
process.
262
262
263
- Note that these script files don't have to be Node.js or even
264
- JavaScript programs. They just have to be some kind of executable
263
+ Note that these script files don't have to be nodejs or even
264
+ javascript programs. They just have to be some kind of executable
265
265
file.
266
266
267
267
### Hook Scripts
Original file line number Diff line number Diff line change @@ -311,8 +311,8 @@ Scripts are run by passing the line as a script argument to `sh`.
311
311
If the script exits with a code other than 0, then this will abort the
312
312
process.
313
313
314
- Note that these script files don't have to be Node.js or even
315
- JavaScript programs. They just have to be some kind of executable
314
+ Note that these script files don't have to be nodejs or even
315
+ javascript programs. They just have to be some kind of executable
316
316
file.
317
317
318
318
### Best Practices
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Workspaces are usually defined via the `workspaces` property of the
45
45
46
46
Given the above ` package.json ` example living at a current working
47
47
directory ` . ` that contains a folder named ` workspace-a ` that itself contains
48
- a ` package.json ` inside it, defining a Node.js package, e.g:
48
+ a ` package.json ` inside it, defining a nodejs package, e.g:
49
49
50
50
```
51
51
.
You can’t perform that action at this time.
0 commit comments