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);