Skip to content

Commit

Permalink
Final tweaks to History.md. πŸŽ‰ ✨
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamn committed Oct 27, 2017
1 parent b63ab27 commit 2004873
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions History.md
@@ -1,4 +1,4 @@
## v.NEXT
## v1.5, 2017-10-30

This comment has been minimized.

Copy link
@hwillson

hwillson Oct 27, 2017

Contributor

I don't think they're final tweaks yet ... v1.6 πŸ˜„

This comment has been minimized.

Copy link
@benjamn

benjamn Oct 27, 2017

Author Contributor

lol πŸ€¦β€β™‚οΈ


* Node.js has been upgraded to version 8.8.1, which will be entering
long-term support (LTS) coverage on 31 October 2017, lasting through
Expand All @@ -20,7 +20,9 @@
* In addition to `meteor node` and `meteor npm`, which are convenient
shorthands for `node` and `npm`, `meteor npx <command>` can be used to
execute commands from a local `node_modules/.bin` directory or from the
`npm` cache, installing any packages needed to run the command. Try it!
`npm` cache. Any packages necessary to run the command will be
automatically downloaded. [Read](https://www.npmjs.com/package/npx)
about it, or just try some commands:
```sh
meteor npx cowsay mooooo
meteor npx uuid
Expand Down Expand Up @@ -74,7 +76,7 @@
polling system as a fallback for those file systems.

* Various optimizations have reduced the on-disk size of the `meteor-tool`
package from 545MB (1.5.2.2) to 223MB.
package from 545MB (1.5.2.2) to 219MB.

* The `meteor-babel` package has been upgraded to version 0.24.6, to take
better advantage of native language features in Node 8.
Expand Down

0 comments on commit 2004873

Please sign in to comment.