From 63cc6687ff9fcdc9c7a48ed8b8d7fcb543497f8e Mon Sep 17 00:00:00 2001 From: Gregg Van Hove Date: Wed, 28 Sep 2016 11:04:01 -0700 Subject: [PATCH] require newer jasmine-npm --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0bd38830..34c57ea4 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "grunt-contrib-compress": "^1.3.0", "grunt-contrib-concat": "^1.0.1", "grunt-contrib-jshint": "^1.0.0", - "jasmine": "^2.4.0", + "jasmine": "^2.5.0", "load-grunt-tasks": "^0.4.0", "shelljs": "^0.7.0", "temp": "~0.8.1"