From ff58aa97ec0e341cebb890d7eaa234991f7b70a1 Mon Sep 17 00:00:00 2001 From: Lynne Date: Mon, 3 Aug 2015 17:04:46 +0100 Subject: [PATCH] Updated Karma (markdown) --- Karma.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Karma.md b/Karma.md index 726f2c7..c231535 100644 --- a/Karma.md +++ b/Karma.md @@ -18,7 +18,8 @@ Next we need a bunch of other packages (as they are now split up into separately $ # karma-jasmine from 0.2.x onward uses jasmine 2.x, which has breaking changes $ npm install karma-jasmine@0.1.5 - $ npm install karma-coffee-preprocessor + $ # karma-coffee-preprocessor will default to a newer version with breaking changes. + $ npm install karma-coffee-preprocessor@0.1.0 $ npm install karma-phantomjs-launcher $ npm install karma-chrome-launcher