gruntjs: added node.js support

This commit is contained in:
Basarat Ali Syed
2014-04-26 08:59:37 +10:00
parent 1c1c12eaea
commit 4fa6f7c29b
+5
View File
@@ -1293,3 +1293,8 @@ interface IGrunt extends grunt.IConfigComponents, grunt.fail.FailModule, grunt.I
*/
version: string
}
// NodeJS Support
declare module 'grunt' {
export = IGrunt;
}