From 48b870e0f825fb6bb5b599bafb9795881b301c2c Mon Sep 17 00:00:00 2001 From: Firtina Ozbalikci Date: Mon, 3 Oct 2016 18:52:08 +0100 Subject: [PATCH] [docs] Use stricter versions in readme See #106 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 754ad4c5..2784056d 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ Would you like to know more? [See the wiki](https://github.com/toxicFork/react-t > Currently supported react version: `15.3.1` ( things break fast when you fly this close to the sun ) +> Currently supported three version: `0.79.0` ( need to update babel config to work better with rollup ) + [![Join the chat at https://gitter.im/toxicFork/react-three-renderer](https://badges.gitter.im/toxicFork/react-three-renderer.svg)](https://gitter.im/toxicFork/react-three-renderer?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Build Status](https://travis-ci.org/toxicFork/react-three-renderer.svg)](https://travis-ci.org/toxicFork/react-three-renderer) [![npm](https://nodei.co/npm/react-three-renderer.svg?downloads=true)](https://nodei.co/npm/react-three-renderer/) @@ -19,7 +21,7 @@ Installation ============ ``` -npm install --save react react-dom three +npm install --save react@15.3.1 react-dom@15.3.1 three@0.79.0 npm install --save react-three-renderer ```