From bf694f3873eee38cf1619fea67f3f2918eb03689 Mon Sep 17 00:00:00 2001 From: Ian Prest Date: Thu, 30 Jul 2015 23:55:36 -0400 Subject: [PATCH] Updated README with new Jasmine tool dependency --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 57fe7fa..011f0af 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ Required Tools: * Bower: ```npm install -g bower``` * Grunt: ```npm install -g grunt-cli``` * Protractor: ```npm install -g protractor``` +* Jasmine: ```npm install -g jasmine``` * Uglifyjs: ```npm install -g uglifyjs``` * Stylus: ```npm install -g stylus``` * Jison: ```npm install -g jison```