From 8c184193cbc9a8b23f3b25824061b0adf4229e5e Mon Sep 17 00:00:00 2001 From: Cornelius Schmale Date: Fri, 31 Oct 2014 22:32:11 +0100 Subject: [PATCH] fix: add jasmine-core to devDependencies --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 4c3b42f..735a6dd 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,8 @@ "grunt-karma": "~0.8.0", "grunt-auto-release": "~0.0.2", "grunt-npm": "~0.0.2", - "grunt-bump": "~0.0.7" + "grunt-bump": "~0.0.7", + "jasmine-core": "~2.0.0" }, "peerDependencies": { "karma": ">=0.9",