Release 13.x

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
Stephen Gallagher 2020-02-25 11:24:43 -05:00
commit fd417ca8a9
No known key found for this signature in database
GPG key ID: 45DB85A568286D11

View file

@ -8,6 +8,9 @@ data:
fast, scalable network applications. Node.js uses an event-driven, non-blocking
I/O model that makes it lightweight and efficient, perfect for data-intensive
real-time applications that run across distributed devices.
This is the 13.x development stream and may not be suitible for production
workloads.
license:
module:
- MIT
@ -54,6 +57,6 @@ data:
buildorder: 0
nodejs:
rationale: Javascript runtime and npm package manager.
ref: 12
ref: 13
buildorder: 10
...