From c1e0ab58d63134ba95e98a425e82dadaeb8bce16 Mon Sep 17 00:00:00 2001 From: Bryan Forbes Date: Fri, 22 Aug 2014 10:17:43 -0500 Subject: [PATCH] Update intern to 2.0.3 (just in time for release) --- app/templates/_package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/_package.json b/app/templates/_package.json index 4fd4008..ea2dfb3 100644 --- a/app/templates/_package.json +++ b/app/templates/_package.json @@ -9,7 +9,7 @@ "grunt-contrib-clean": "0.5.0",<% if (stylus) { %> "grunt-contrib-watch": "0.5.3", "grunt-contrib-stylus": "0.8.0",<% } %> - "intern-geezer": "2.0.2", + "intern-geezer": "2.0.3", "load-grunt-tasks": "0.1.0" } } diff --git a/package.json b/package.json index 8902b01..aeca57f 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "yeoman-generator": "^0.16.0" }, "devDependencies": { - "intern": "2.0.2" + "intern": "2.0.3" }, "engines": { "node": ">=0.8.0",