From 839785685f19ff99d6cedaade9b6fba3a51c2116 Mon Sep 17 00:00:00 2001 From: Dylan Greene Date: Fri, 19 Dec 2014 13:08:48 -0500 Subject: [PATCH] fix grunt release --- Gruntfile.js | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index bc45a27..267a6a6 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -24,8 +24,8 @@ module.exports = function(grunt) { 'lib/**/*.js', 'test/**/*.js' ] - } - + }, + release: {} }); require('load-grunt-tasks')(grunt); diff --git a/package.json b/package.json index 19a133b..ff7db5e 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "grunt-templates-dylang": "^1.0.0", "include-folder": "^0.7.0", "load-grunt-tasks": "^1.0.0", - "mockdate": "^1.0.0", + "mockdate": "^1.0.1", "prova": "^2.0.3", "q": "^1.0.0", "tape": "^3.0.3",