From 0b1463c6f40937efb006031144ab6c888a8b8979 Mon Sep 17 00:00:00 2001 From: "Dominik Schilling (ocean90)" Date: Wed, 11 Feb 2015 22:27:53 +0000 Subject: [PATCH] Update grunt-cssjanus to 0.2.4, we no longer need the fork. Upstream changes: * https://github.com/cssjanus/cssjanus/compare/v1.0.2...v1.1.2 * https://github.com/cssjanus/grunt-cssjanus/compare/v0.2.2...v0.2.4 fixes #30997. git-svn-id: https://develop.svn.wordpress.org/trunk@31425 602fd350-edb4-49c9-b593-d223f7449a82 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 34096ef881..b9f450e398 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "grunt-contrib-qunit": "~0.5.2", "grunt-contrib-uglify": "~0.6.0", "grunt-contrib-watch": "~0.6.1", - "grunt-cssjanus": "git://github.com/ocean90/grunt-cssjanus.git#97c43554ff7a86e2ff414d34e66725b05118bf10", + "grunt-cssjanus": "~0.2.4", "grunt-jsvalidate": "~0.2.2", "grunt-legacy-util": "^0.2.0", "grunt-patch-wordpress": "~0.2.1",