|
1 | 1 | ### v2.15.12 (2017-03-24):
|
2 | 2 |
|
3 | 3 | This version brings the latest `node-gyp` to a soon to be released Node.js
|
4 |
| -4.x. The `node-gyp` update is paticularly important to Windows folks due to |
| 4 | +4.x. The `node-gyp` update is particularly important to Windows folks due to |
5 | 5 | its addition of Visual Studio 2017 support.
|
6 | 6 |
|
7 | 7 | * [`cdd60e733`](https://github.com/npm/npm/commit/cdd60e733905a9994e1d6d832996bfdd12abeaee)
|
@@ -372,7 +372,7 @@ Node.js 0.10 and 0.12, it's unlikely that patches that rely on ES 2015
|
372 | 372 | functionality will land anytime soon.
|
373 | 373 |
|
374 | 374 | Looking forward, the team's current plan is to drop support for Node.js 0.10
|
375 |
| -when its LTS maintenace window expires in October, 2016, and 0.12 when its |
| 375 | +when its LTS maintenance window expires in October, 2016, and 0.12 when its |
376 | 376 | maintenance / LTS window ends at the end of 2016. We will also drop support for
|
377 | 377 | Node.js 5.x when Node.js 6 becomes LTS and Node.js 7 is released, also in the
|
378 | 378 | October-December 2016 timeframe.
|
@@ -1507,7 +1507,7 @@ change makes it do.
|
1507 | 1507 |
|
1508 | 1508 | We _think_ this is what everyone wants, but if this causes problems for you, we
|
1509 | 1509 | want to know! If it proves problematic for people we will consider reverting it
|
1510 |
| -(preferrably before this becomes `npm@latest`). |
| 1510 | +(preferably before this becomes `npm@latest`). |
1511 | 1511 |
|
1512 | 1512 | Previously, when you ran `npm install foo` we would act as if you typed `npm
|
1513 | 1513 | install foo@*`. Now, like any range-type specifier, in addition to matching the
|
@@ -2742,7 +2742,7 @@ NodeConf Adventure!
|
2742 | 2742 | ([@iarna](https://github.com/iarna))
|
2743 | 2743 | * [`e02e85d`](https://github.com/npm/npm/commit/e02e85d)
|
2744 | 2744 | `osenv@0.1.2`: Switches to using the `os-tmpdir` module instead of
|
2745 |
| - `os.tmpdir()` for greate consistency in behavior between node versions. |
| 2745 | + `os.tmpdir()` for greater consistency in behavior between node versions. |
2746 | 2746 | ([@iarna](https://github.com/iarna))
|
2747 | 2747 | * [`a6f0265`](https://github.com/npm/npm/commit/a6f0265)
|
2748 | 2748 | `ini@1.3.4` ([@isaacs](https://github.com/isaacs))
|
@@ -4588,7 +4588,7 @@ Other changes:
|
4588 | 4588 | ([@gfxmonk](https://github.com/gfxmonk))
|
4589 | 4589 | * [`989624e`](https://github.com/npm/npm/commit/989624e8321f87734c1b1272fc2f646e7af1f81c)
|
4590 | 4590 | [#6767](https://github.com/npm/npm/issues/6767) Actually pass parameters when
|
4591 |
| - adding git repo to cach under Windows. |
| 4591 | + adding git repo to cache under Windows. |
4592 | 4592 | ([@othiym23](https://github.com/othiym23))
|
4593 | 4593 | * [`657af73`](https://github.com/npm/npm/commit/657af7308f7d6cd2f81389fcf0d762252acaf1ce)
|
4594 | 4594 | [#6774](https://github.com/npm/npm/issues/6774) When verifying paths on
|
|