From 3c162f62e16196c4ad97283b76df082a6179ccbc Mon Sep 17 00:00:00 2001 From: Dan Lynn Date: Tue, 14 Feb 2017 12:46:52 -0500 Subject: [PATCH] Modified versions line to show both node 4.6 and 6.9. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4165d93..369ff36 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ This image was originally based on: [geoffreyd/ember-cli](https://registry.hub.d This image contains everything you need to have a working development environment for ember-cli. The container's working dir is /myapp so that you can setup a volume mapping your project dir to /myapp in the container. -ember-cli 2.11.0 + node 4.6.2 + npm 2.15.11 + bower 1.8.0 + phantomjs 2.1.7 + watchman 3.5.0 +ember-cli 2.11.0 + node 4.6.2/6.9.4 + npm 2.15.11/3.10.10 + bower 1.8.0 + phantomjs 2.1.7 + watchman 3.5.0 ![ember-cli logo](https://raw.githubusercontent.com/danlynn/ember-cli/master/logo.png)