Files
shaka-player/docs/tutorials
Joey Parrish 42b40bd3da Require NodeJS v8+ and NPM v5+
This updates our build requirements to NodeJS v8+ and NPM v5+, both
released in 2017.

This also clarifies our support for Python 3 (not well-documented
before) to the version we are using on Debian, v3.5.

Requiring NodeJS v8+ means our node tools (like our extern generator)
no longer need shims for compatibility.  This allows us to drop the
"es6-shim" and "array-includes" modules.

In NPM v5+, the "prepublish" script has been deprecated, and replaced
with "prepublishOnly" (which is what we want) and "prepare" (the old
behavior we had to work around).  This allows us to drop the
"in-publish" module.

Change-Id: Ied189c76a58fe981c12d41155b834f2d6ea73bbd
2019-05-15 20:32:34 +00:00
..
2019-05-01 19:58:18 +00:00
2018-09-10 18:51:53 +00:00
2019-05-13 14:24:41 -07:00
2019-05-07 22:19:13 +00:00
2019-05-09 19:05:17 +00:00
2019-05-07 22:19:13 +00:00
2019-05-07 22:19:13 +00:00
2019-05-07 22:19:13 +00:00
2019-05-15 20:32:34 +00:00