fix grunt release

This commit is contained in:
Dylan Greene
2014-12-19 13:08:48 -05:00
parent 557bf2bcf1
commit 839785685f
2 changed files with 3 additions and 3 deletions

View File

@@ -24,8 +24,8 @@ module.exports = function(grunt) {
'lib/**/*.js',
'test/**/*.js'
]
}
},
release: {}
});
require('load-grunt-tasks')(grunt);

View File

@@ -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",