From 5f3380992be945716ec4977b9b095a0aa2dbc3d6 Mon Sep 17 00:00:00 2001 From: Gon Pombo Date: Wed, 4 Oct 2023 15:35:09 -0300 Subject: [PATCH] Update README.md (#766) Signed-off-by: Gon Pombo --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index bd2792268..62f789e6d 100644 --- a/README.md +++ b/README.md @@ -20,13 +20,12 @@ This repository consists of the following components, packaged for the `nodejs`/ And some internal or maybe useful packages if you're digging deeper into how the Decentraland runtime works: * `@dcl/js-runtime`: the `js-runtime` contains the typings for the environment variables available in the sandboxed execution environment for scenes -* `@dcl/rollup`: configuration for the [rollup](https://rollupjs.org/) bundle and packaging system for javascript projects * `@dcl/playground-assets`: contains the files needed by the playground. https://playground.decentraland.org/ ### Versioning notes -When `@dcl/sdk` is built, as it depends on new versions of `@dcl/rollup` and `@dcl/ecs`, these are built first and `@dcl/sdk` includes the new versions. +When `@dcl/sdk` is built, as it depends on new versions of `@dcl/ecs`, these are built first and `@dcl/sdk` includes the new versions. ### ECS 6 dev support The ECS 6 lives in the `6.x.x` branch, there will no longer be new features but it's available for fixes or patches.