From 3c708c13af1e544a5930d95eb1d8a37fa2ec719a Mon Sep 17 00:00:00 2001 From: Ray <15172489960@163.com> Date: Mon, 18 May 2026 01:06:21 +0800 Subject: [PATCH] Fix package.json links for version consistency Updated links to the correct package.json for version consistency. the olde referenced package.json doesn't contain the information about the right version. --- docs/components/getting-started.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/components/getting-started.md b/docs/components/getting-started.md index 8c6ed7cb8..dc514565c 100644 --- a/docs/components/getting-started.md +++ b/docs/components/getting-started.md @@ -32,13 +32,13 @@ But first, let's get our feet wet with the basics: **start using components** in npm i @thatopen/components ``` -Most of our libraries are based on [Three.js](https://threejs.org/), so you'll also need to import it. Make sure it's the [same version](https://github.com/ThatOpen/engine_components/blob/main/package.json) as the one used by our libraries! +Most of our libraries are based on [Three.js](https://threejs.org/), so you'll also need to import it. Make sure it's the [same version](https://github.com/ThatOpen/engine_components/blob/main/packages/core/package.json) as the one used by our libraries! ```bash npm i three ``` -Finally, you also need to **install some peer dependencies**. These are other libraries we made and didn't include as regular dependencies to enable more flexible bundling scenarios. Again, make sure it's the [same version](https://github.com/ThatOpen/engine_components/blob/main/package.json) as the one used by our libraries: +Finally, you also need to **install some peer dependencies**. These are other libraries we made and didn't include as regular dependencies to enable more flexible bundling scenarios. Again, make sure it's the [same version](https://github.com/ThatOpen/engine_components/blob/main/packages/core/package.json) as the one used by our libraries: ```bash npm i @thatopen/fragments @@ -72,4 +72,4 @@ Each component has a minimal, self-contained tutorial app exposing all its featu #### ๐Ÿงช Unit tests -We are goint to implement the unit tests of all the code of all our libraries using AI, Jest, Typescript and human beings ๐Ÿ™‚. It's a work in progress, but we hope to have it ready soon! \ No newline at end of file +We are goint to implement the unit tests of all the code of all our libraries using AI, Jest, Typescript and human beings ๐Ÿ™‚. It's a work in progress, but we hope to have it ready soon!