Skip to content

Commit

Permalink
gruntjs: added node.js support
Browse files Browse the repository at this point in the history
  • Loading branch information
basarat committed Apr 25, 2014
1 parent 1c1c12e commit 4fa6f7c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gruntjs/gruntjs.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1293,3 +1293,8 @@ interface IGrunt extends grunt.IConfigComponents, grunt.fail.FailModule, grunt.I
*/
version: string
}

// NodeJS Support
declare module 'grunt' {
export = IGrunt;
}

0 comments on commit 4fa6f7c

Please sign in to comment.