From e6360594aaa55152413e82a1f002ea79afa9708a Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 2 Sep 2013 17:14:56 -0700 Subject: [PATCH] Move jasmine-focused to a dependency This is required to be able to run specs from a release build. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f2c34b23b..962627a68 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "first-mate": "0.1.0", "git-utils": "0.24.0", "guid": "0.0.10", + "jasmine-focused": "~0.12.0", "mkdirp": "0.3.5", "less": "git://github.com/nathansobo/less.js.git", "nak": "0.2.16", @@ -111,7 +112,6 @@ "grunt-contrib-csslint": "~0.1.2", "grunt-contrib-coffee": "~0.7.0", "grunt-contrib-less": "~0.6.4", - "jasmine-focused": "~0.12.0", "walkdir": "0.0.7", "ws": "0.4.27", "js-yaml": "~2.1.0",