diff --git a/nodejs.yaml b/nodejs.yaml index 3fa76b7..285f770 100644 --- a/nodejs.yaml +++ b/nodejs.yaml @@ -1,6 +1,6 @@ --- -document: modulemd -version: 2 +document: modulemd-packager +version: 3 data: summary: Javascript runtime description: >- @@ -8,14 +8,13 @@ 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. - license: - module: - - MIT - dependencies: - - buildrequires: - platform: [-el8, -el9] - requires: - platform: [-el8, -el9] + configurations: + - context: f27b74a8 + platform: f35 + - context: 5e5ad4a0 + platform: f36 + - context: 9e842022 + platform: f37 references: community: http://nodejs.org documentation: http://nodejs.org/en/docs